File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4
4
<clear />
5
5
<add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/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 65
65
<NuGetCmd >$(NuGetRoot)nuget.exe</NuGetCmd >
66
66
<!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location -->
67
67
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
68
+ <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors >
68
69
<BuildSimulator Condition =" '$(BuildSimulator)' != 'true'" >false</BuildSimulator >
69
70
</PropertyGroup >
70
71
<PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
71
72
<DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
72
73
</PropertyGroup >
73
74
75
+ <!-- Audit Settings -->
76
+ <PropertyGroup >
77
+ <NuGetAuditMode >all</NuGetAuditMode >
78
+ </PropertyGroup >
79
+
74
80
<!-- Packaging for source link-->
75
81
<PropertyGroup >
76
82
<DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments