We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462329e commit b7720dfCopy full SHA for b7720df
src/Directory.Build.props
@@ -64,6 +64,7 @@
64
<NuGetCmd>$(NuGetRoot)nuget.exe</NuGetCmd>
65
<!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location -->
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
67
+ <WarningsNotAsErrors>$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors>
68
<BuildSimulator Condition="'$(BuildSimulator)' != 'true'">false</BuildSimulator>
69
</PropertyGroup>
70
<PropertyGroup Condition="'$(BuildSimulator)' == 'true'">
0 commit comments