Skip to content

Commit f3a3517

Browse files
Suppress NU1510 warnings for .NET 10 package pruning
Co-authored-by: waldekmastykarz <[email protected]>
1 parent cda5e02 commit f3a3517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy/DevProxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
1818
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1919
<AnalysisMode>AllEnabledByDefault</AnalysisMode>
20-
<NoWarn>CA1873</NoWarn>
20+
<NoWarn>CA1873;NU1510</NoWarn>
2121
</PropertyGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)