Standard: NETSDK1073 occurs on netcoreapp3.0 projects

Created on 27 May 2019  路  3Comments  路  Source: dotnet/standard

>C:\Program Files\dotnet\sdk\3.0.100-preview6-012085\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.TargetingPackResolution.targets(194,5): error NETSDK1073: The FrameworkReference 'NETStandard.Library' was not recognized
<TargetFramework>netcoreapp3.0</TargetFramework>

<ItemGroup>
  <PackageReference Include="System.Text.Encoding.CodePages" Version="4.6.0-preview5.19224.8" /> <!--It doesn't matter what's referenced-->
</ItemGroup>

All 3 comments

Thank you for the link @JamesNK

Closing since this is an SDK issue that is fixed in latest SDK.

Updated to 16.4 and got this mess. Microsoft is losing its eye on the ball....

Was this page helpful?
0 / 5 - 0 ratings