Skip to content

Commit 376fde1

Browse files
committed
Temporarily turn off NuGetAudit for dev; need to turn it back on later.
1 parent 71879c8 commit 376fde1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
44
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
55
</PropertyGroup>
6+
<PropertyGroup>
7+
<NuGetAudit>false</NuGetAudit>
8+
</PropertyGroup>
69
</Project>

0 commit comments

Comments
 (0)