Commit 9369d4f
authored
[tests] fix
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.NU1510 warning as error (#1306)1 parent 6bc87e8 commit 9369d4f
File tree
1 file changed
+0
-1
lines changed- tests/Java.Interop.Dynamic-Tests
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments