Skip to content

Commit

Permalink
temporary disable NuGetAuditMode
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Sep 9, 2024
1 parent fd1c56c commit b16838e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditMode>all</NuGetAuditMode>
<!-- NuGetAuditMode will be uncommented in the future PR when all issues will be fixed. -->
<!--<NuGetAuditMode>all</NuGetAuditMode>-->
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>

Expand Down

0 comments on commit b16838e

Please sign in to comment.