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.
1 parent f8c5f76 commit d78893eCopy full SHA for d78893e
src/Microsoft.Data.SqlClient/tests/Directory.Build.props
@@ -13,6 +13,11 @@
13
<Platforms>AnyCPU;x86;x64</Platforms>
14
<ReferenceType Condition="'$(ReferenceType)'==''">Project</ReferenceType>
15
</PropertyGroup>
16
+
17
+ <!-- Audit Settings -->
18
+ <PropertyGroup>
19
+ <NuGetAudit>false</NuGetAudit>
20
+ </PropertyGroup>
21
22
<!--These properties can be modified locally to target .NET version of choice to build and test entire test suite-->
23
<PropertyGroup>
tools/GenAPI/Directory.Build.Props
@@ -5,4 +5,8 @@
5
<!-- Import parent Directory.build.props -->
6
<Import Project="..\..\src\Directory.Build.props" />
7
8
9
10
11
12
</Project>
0 commit comments