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 44 <clear />
55 <add key =" sqlclient" value =" https://sqlclientdrivers.pkgs.visualstudio.com/public/_packaging/sqlclient/nuget/v3/index.json" />
66 </packageSources >
7+ <auditSources >
8+ <clear />
9+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
10+ </auditSources >
711</configuration >
Original file line number Diff line number Diff line change 6464 <NuGetCmd >$(NuGetRoot)nuget.exe</NuGetCmd >
6565 <!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location -->
6666 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
67+ <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors >
6768 <BuildSimulator Condition =" '$(BuildSimulator)' != 'true'" >false</BuildSimulator >
6869 </PropertyGroup >
6970 <PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
7071 <DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
7172 </PropertyGroup >
73+
74+ <!-- Audit Settings -->
75+ <PropertyGroup >
76+ <NuGetAuditMode >all</NuGetAuditMode >
77+ </PropertyGroup >
7278
7379 <!-- Packaging for source link-->
7480 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments