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 61
61
<NuGetCmd >$(NuGetRoot)nuget.exe</NuGetCmd >
62
62
<!-- Respect environment variable for the .NET install directory if set; otherwise, use the current default location -->
63
63
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
64
+ <WarningsNotAsErrors >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904;NU1905</WarningsNotAsErrors >
64
65
<BuildSimulator Condition =" '$(BuildSimulator)' != 'true'" >false</BuildSimulator >
65
66
</PropertyGroup >
66
67
<PropertyGroup Condition =" '$(BuildSimulator)' == 'true'" >
67
68
<DefineConstants >$(DefineConstants);ENCLAVE_SIMULATOR</DefineConstants >
68
69
</PropertyGroup >
69
70
71
+ <!-- Audit Settings -->
72
+ <PropertyGroup >
73
+ <NuGetAuditMode >all</NuGetAuditMode >
74
+ </PropertyGroup >
75
+
70
76
<!-- Packaging for source link-->
71
77
<PropertyGroup >
72
78
<DebugType >portable</DebugType >
You can’t perform that action at this time.
0 commit comments