Skip to content

Commit 34123e5

Browse files
committed
handle warn
1 parent fb04fab commit 34123e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@
4646
Suppress warning for internal experimental APIs
4747
-->
4848
<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>
4952
</PropertyGroup>
5053
</Project>

0 commit comments

Comments
 (0)