File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" sqlclient" value =" https://sqlclientdrivers.pkgs.visualstudio.com/public/_packaging/sqlclient/nuget/v3/index.json" />
6
6
</packageSources >
7
+ <auditSources >
8
+ <clear />
9
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
10
+ </auditSources >
7
11
</configuration >
Original file line number Diff line number Diff line change 64
64
<NuGetCmd >$(NuGetRoot)nuget.exe</NuGetCmd >
65
65
<!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location -->
66
66
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
67
+ <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors >
67
68
<BuildSimulator Condition =" '$(BuildSimulator)' != 'true'" >false</BuildSimulator >
68
69
</PropertyGroup >
69
70
<PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
70
71
<DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
71
72
</PropertyGroup >
73
+
74
+ <!-- Audit Settings -->
75
+ <PropertyGroup >
76
+ <NuGetAuditMode >all</NuGetAuditMode >
77
+ </PropertyGroup >
72
78
73
79
<!-- Packaging for source link-->
74
80
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments