There was an error while loading. Please reload this page.
1 parent 715c458 commit ee67f97Copy full SHA for ee67f97
1 file changed
src/Directory.Build.props
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
<PropertyGroup>
4
- <NoWarn>CS1591;CS0649;NU1608;NU1109</NoWarn>
+ <NoWarn>CS1591;CS0649;NU1608;NU1109;SC023</NoWarn>
5
<Version>3.3.1</Version>
6
<AssemblyVersion>1.0.0</AssemblyVersion>
7
<LangVersion>preview</LangVersion>
@@ -11,5 +11,6 @@
11
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
12
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
13
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
14
+ <Verify_SponsorshipLicenseIgnored>true</Verify_SponsorshipLicenseIgnored>
15
</PropertyGroup>
16
</Project>
0 commit comments