Skip to content

Commit b26041e

Browse files
authored
Update Directory.Build.props
Disable NuGetAuditMode all
1 parent c2b6922 commit b26041e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
<WarningsAsErrors>IDE0018</WarningsAsErrors>
66
<NoWarn>$(NoWarn);NU1603</NoWarn>
7-
<NuGetAuditMode>all</NuGetAuditMode>
7+
<!--<NuGetAuditMode>all</NuGetAuditMode>-->
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)