File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 55 <PropertyGroup >
66 <Copyright >$(CopyrightMicrosoft)</Copyright >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
8- <AssemblyOriginatorKeyFile >$(RepositoryEngineeringDir)WebSdk.snk</AssemblyOriginatorKeyFile >
98 <LangVersion >latest</LangVersion >
109 </PropertyGroup >
1110
2019 <PackageTags >Microsoft Xdt XmlDocumentTransform XmlTransform</PackageTags >
2120 <RepositoryUrl >https://github.com/dotnet/xdt</RepositoryUrl >
2221 <RepositoryType >git</RepositoryType >
22+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
23+ <!-- Only upgrade NuGetAudit warnings to errors for official builds. -->
24+ <WarningsNotAsErrors Condition =" '$(OfficialBuild)' != 'true'" >$(WarningsNotAsErrors);NU1901;NU1902;NU1903;NU1904</WarningsNotAsErrors >
2325 </PropertyGroup >
2426
2527</Project >
Original file line number Diff line number Diff line change 22<configuration >
33 <packageSources >
44 <clear />
5- <add key =" dotnet8" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json" />
6- <add key =" dotnet8-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8-transport/nuget/v3/index.json" />
75 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
86 <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
9- <add key =" nuget-build" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
10- <add key =" dotnet-tools" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
11- <add key =" dotnet-tools-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json" />
12- <add key =" dotnet-libraries" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
13- <add key =" dotnet-libraries-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
147 </packageSources >
8+ <auditSources >
9+ <clear />
10+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
11+ </auditSources >
1512 <disabledPackageSources />
1613</configuration >
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments