We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a7eb2f commit 5b9c820Copy full SHA for 5b9c820
Directory.Build.props
@@ -2,6 +2,7 @@
2
<Project>
3
<PropertyGroup>
4
<TargetFramework>net9.0</TargetFramework>
5
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
6
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>
7
<!-- <ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath> -->
8
<ImplicitUsings>enable</ImplicitUsings>
0 commit comments