We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c32b031 + 51d8dc9 commit 0cd6d5cCopy full SHA for 0cd6d5c
src/Directory.Build.shared.implicit.props
@@ -53,12 +53,12 @@
53
<DebugSymbols>true</DebugSymbols>
54
</PropertyGroup>
55
56
- <!-- NuGet auditing -->
+ <!-- NuGet auditing, see https://learn.microsoft.com/en-us/nuget/concepts/auditing-packages -->
57
<PropertyGroup>
58
- <!-- All means even indirect packages -->
59
- <!-- <NuGetAuditMode>all</NuGetAuditMode>-->
+ <!-- 'all' means even indirect packages, 'direct' means only direct dependencies -->
+ <NuGetAuditMode>direct</NuGetAuditMode>
60
<!-- Low means even low vulnerabilities will be reported -->
61
- <!-- <NuGetAuditLevel>low</NuGetAuditLevel>-->
+ <NuGetAuditLevel>low</NuGetAuditLevel>
62
63
64
<ItemGroup>
0 commit comments