Skip to content

Commit

Permalink
build: enable NuGet audit
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed Apr 22, 2024
1 parent 17ba7c6 commit e658d5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<LangVersion>12</LangVersion>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditLevel>low</NuGetAuditLevel>
<NuGetAuditMode>all</NuGetAuditMode>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersion.MsBuild">
Expand Down

0 comments on commit e658d5c

Please sign in to comment.