We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee291b9 commit 87b0a77Copy full SHA for 87b0a77
build/Directory.Build.props
@@ -59,12 +59,6 @@
59
since in order to use these APIs the caller already has to be in an unsafe context.
60
-->
61
<NoWarn>$(NoWarn);CS8500</NoWarn>
62
-
63
- <!--
64
- We are using the UWP support for .NET 9, which is currently in preview. The warning from the .NET 9 SDK
65
- about this feature being in preview is unnecessary and it just produces a lot of noise, so we can disable it.
66
- -->
67
- <NoWarn>$(NoWarn);NETSDK1219</NoWarn>
68
</PropertyGroup>
69
70
<!-- Centralized location for all generated artifacts -->
0 commit comments