You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closing as external to NuGet. It looks like this is caused by Microsoft.NET.Sdk setting PackageTargetFallback to include net461 on .NET Core 2.0. dotnet/sdk#1133
Details about Problem
NuGet product used: dotnet
NuGet version: 4.3.0-preview1
dotnet.exe --version: 2.0.0-preview1-005861
Detailed repro steps so we can see the same problem
Run dotnet restore on this:
SQLitePCLRaw.lib.e_sqlite3.linux contains a file in
build/net35/SQLitePCLRaw.lib.e_sqlite3.linux.targets
Expected
obj/*.csproj.nuget.g.targets does not contain an import to the build/net35/ targets file.
Actual
obj/*.csproj.nuget.g.targets contains:
cc @JunTaoLuo @ericsink @emgarten @kichalla
The text was updated successfully, but these errors were encountered: