Skip to content

Commit 87b0a77

Browse files
committed
Remove 'NETSDK1219' warning suppression
1 parent ee291b9 commit 87b0a77

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,6 @@
5959
since in order to use these APIs the caller already has to be in an unsafe context.
6060
-->
6161
<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>
6862
</PropertyGroup>
6963

7064
<!-- Centralized location for all generated artifacts -->

0 commit comments

Comments
 (0)