Skip to content

Commit

Permalink
Disable some build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jul 30, 2024
1 parent 7f6ee0a commit 93bf56f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<PropertyGroup>
<MinVerAutoIncrement>minor</MinVerAutoIncrement>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904;CA2017</WarningsNotAsErrors>
<!--<WarningsNotAsErrors>9057</WarningsNotAsErrors>-->
</PropertyGroup>
</Project>

0 comments on commit 93bf56f

Please sign in to comment.