Skip to content

Commit ee67f97

Browse files
committed
Update Directory.Build.props
1 parent 715c458 commit ee67f97

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
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<NoWarn>CS1591;CS0649;NU1608;NU1109</NoWarn>
4+
<NoWarn>CS1591;CS0649;NU1608;NU1109;SC023</NoWarn>
55
<Version>3.3.1</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<LangVersion>preview</LangVersion>
@@ -11,5 +11,6 @@
1111
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1212
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1313
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
14+
<Verify_SponsorshipLicenseIgnored>true</Verify_SponsorshipLicenseIgnored>
1415
</PropertyGroup>
1516
</Project>

0 commit comments

Comments
 (0)