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
For the packages that ship out of dotnet/maintenance-packages, the major and/or minor version recently changed which makes those packages not get pruned from the restore graph.
Most of the m-p packages don't apply to .NETCoreApp and in some cases also not to .NET Standard >= 2.0. Take System.ValueTuple as an example which should get pruned when targeting netstandard2.0 or newer.
For the packages that ship out of dotnet/maintenance-packages, the major and/or minor version recently changed which makes those packages not get pruned from the restore graph.
Most of the m-p packages don't apply to .NETCoreApp and in some cases also not to .NET Standard >= 2.0. Take System.ValueTuple as an example which should get pruned when targeting netstandard2.0 or newer.
sdk/src/Tasks/Microsoft.NET.Build.Tasks/FrameworkPackages/FrameworkPackages.netstandard2.0.cs
Line 99 in 67e0235
The text was updated successfully, but these errors were encountered: