Skip to content

Commit

Permalink
Nuget audit not as error
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Nov 15, 2024
1 parent bebb4f5 commit 938fa16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<Project>
<PropertyGroup Label="C#">
<LangVersion>10.0</LangVersion>
<LangVersion>12.0</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Nullable>enable</Nullable>
<WarningsNotAsErrors>NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors>

<Authors>Derrick Timmermans</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/LumpBloom7/sentakki</RepositoryUrl>
<Copyright>Copyright (c) 2022 Derrick Timmermans</Copyright>
<Copyright>Copyright (c) 2024 Derrick Timmermans</Copyright>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 938fa16

Please sign in to comment.