mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-06-09 10:06:34 +02:00
Mute NU1510 warnings from .NET 10
This commit is contained in:
@@ -17,5 +17,11 @@
|
|||||||
Being strict is always good.
|
Being strict is always good.
|
||||||
-->
|
-->
|
||||||
<DisableTransitiveProjectReferences>True</DisableTransitiveProjectReferences>
|
<DisableTransitiveProjectReferences>True</DisableTransitiveProjectReferences>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Shut up broken package pruning warnings.
|
||||||
|
We need these unpruneable packages because of transitive dependency pinning.
|
||||||
|
-->
|
||||||
|
<NoWarn>$(NoWarn);NU1510</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user