Skip to content

Commit fcb4bcb

Browse files
committed
Update Directory.Build.props
1 parent 1cb377d commit fcb4bcb

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>CA1822;CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget;xUnit1051;NU1608;NU1109</NoWarn>
4+
<NoWarn>CA1822;CS1591;CS0649;xUnit1026;xUnit1013;CS1573;VerifyTestsProjectDir;VerifySetParameters;PolyFillTargetsForNuget;xUnit1051;NU1608;NU1109;SC023</NoWarn>
55
<Version>33.0.0-beta.5</Version>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<LangVersion>preview</LangVersion>
@@ -29,6 +29,7 @@
2929
an API the generator actually needs.
3030
https://learn.microsoft.com/en-us/visualstudio/extensibility/roslyn-version-support -->
3131
<VerifyRoslynVersion>4.4</VerifyRoslynVersion>
32+
<Verify_SponsorshipLicenseIgnored>true</Verify_SponsorshipLicenseIgnored>
3233
</PropertyGroup>
3334
<!-- This directory contains two solutions (Verify.slnx and VerifyDangling.slnx), so Verify cannot
3435
auto-discover the solution when a project is built outside of a solution context. Default to the

0 commit comments

Comments
 (0)