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
Context: NuGet/NuGet.Client#6239
.NET 10 Preview 1 enables `$(RestoreEnablePackagePruning)=true` by
default.
This produces multiple warnings as errors in dotnet/android:
external\Java.Interop\tests\Java.Interop.Dynamic-Tests\Java.Interop.Dynamic-Tests.csproj :
error NU1510: Warning As Error: PackageReference Microsoft.CSharp will not be pruned. Consider removing this package from your dependencies, as it is likely unnecessary.
The `Microsoft.CSharp` package does seem like it can just be removed.
0 commit comments