Skip to content

Commit

Permalink
GitHubSync update
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertvanHorrik committed Mar 25, 2024
1 parent c32b031 commit 51d8dc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Directory.Build.shared.implicit.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<!-- NuGet auditing -->
<!-- NuGet auditing, see https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages -->
<PropertyGroup>
<!-- All means even indirect packages -->
<!-- <NuGetAuditMode>all</NuGetAuditMode>-->
<!-- 'all' means even indirect packages, 'direct' means only direct dependencies -->
<NuGetAuditMode>direct</NuGetAuditMode>
<!-- Low means even low vulnerabilities will be reported -->
<!-- <NuGetAuditLevel>low</NuGetAuditLevel>-->
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 51d8dc9

Please sign in to comment.