Skip to content

Commit 6f6737c

Browse files
committed
Update Directory.Build.props
1 parent dccab33 commit 6f6737c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
it. There were two, so CS0649, NU1608 and NU1109 were not suppressed at all - and with
1919
TreatWarningsAsErrors below they would have failed a build rather than warned in one.
2020
-->
21-
<NoWarn>CS1591;CS0649;NU1608;NU1109;CA1416</NoWarn>
21+
<NoWarn>CS1591;CS0649;NU1608;NU1109;CA1416;SC023</NoWarn>
2222
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2323
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
2424
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
25+
<Verify_SponsorshipLicenseIgnored>true</Verify_SponsorshipLicenseIgnored>
2526
</PropertyGroup>
2627
<ItemGroup>
2728
<Using Include="System.Runtime.CompilerServices" />

0 commit comments

Comments
 (0)