We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e340d0 commit ad25080Copy full SHA for ad25080
src/Directory.Build.props
@@ -9,5 +9,7 @@
9
<PackageTags>DocNet, pdf, Verify</PackageTags>
10
<Description>Extends Verify (https://github.com/VerifyTests/Verify) to allow verification via DocNet.</Description>
11
<ResolveAssemblyReferencesSilent>true</ResolveAssemblyReferencesSilent>
12
+ <NuGetAuditMode>all</NuGetAuditMode>
13
+ <NuGetAuditLevel>low</NuGetAuditLevel>
14
</PropertyGroup>
15
</Project>
0 commit comments