Skip to content

Commit 0cd6d5c

Browse files
Merge pull request #542 from Catel/GitHubSync/20240325-201713
GitHubSync update
2 parents c32b031 + 51d8dc9 commit 0cd6d5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Directory.Build.shared.implicit.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@
5353
<DebugSymbols>true</DebugSymbols>
5454
</PropertyGroup>
5555

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

6464
<ItemGroup>

0 commit comments

Comments
 (0)