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 fb04fab commit 34123e5Copy full SHA for 34123e5
Directory.Build.props
@@ -46,5 +46,8 @@
46
Suppress warning for internal experimental APIs
47
-->
48
<NoWarn>$(NoWarn);SYSWEB1001</NoWarn>
49
+
50
+ <!-- We want to run pack on the solution so this allows us to do that -->
51
+ <WarnOnPackingNonPackableProject>false</WarnOnPackingNonPackableProject>
52
</PropertyGroup>
53
</Project>
0 commit comments