Skip to content

Commit 635a410

Browse files
authored
Merging internal commits for release/6.0.4xx (#39450)
2 parents 82ad6df + 76358fe commit 635a410

File tree

3 files changed

+98
-108
lines changed

3 files changed

+98
-108
lines changed

NuGet.config

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,20 @@
44
<clear />
55
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
66
<!-- Begin: Package sources from dotnet-aspnetcore -->
7+
<add key="darc-int-dotnet-aspnetcore-3b519aa" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-aspnetcore-3b519aa7/nuget/v3/index.json" />
78
<!-- End: Package sources from dotnet-aspnetcore -->
89
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
910
<!-- End: Package sources from DotNet-msbuild-Trusted -->
1011
<!-- Begin: Package sources from dotnet-roslyn-analyzers -->
1112
<!-- End: Package sources from dotnet-roslyn-analyzers -->
1213
<!-- Begin: Package sources from dotnet-runtime -->
13-
<add key="darc-int-dotnet-runtime-80de56d" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80de56da/nuget/v3/index.json" />
14-
<add key="darc-int-dotnet-runtime-80de56d-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80de56da-2/nuget/v3/index.json" />
15-
<add key="darc-int-dotnet-runtime-80de56d-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-80de56da-1/nuget/v3/index.json" />
14+
<add key="darc-int-dotnet-runtime-34a1091" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-34a10914/nuget/v3/index.json" />
1615
<!-- End: Package sources from dotnet-runtime -->
1716
<!-- Begin: Package sources from dotnet-templating -->
18-
<add key="darc-int-dotnet-templating-00aa120" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-00aa120e/nuget/v3/index.json" />
19-
<add key="darc-int-dotnet-templating-00aa120-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-00aa120e-2/nuget/v3/index.json" />
20-
<add key="darc-int-dotnet-templating-00aa120-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-00aa120e-1/nuget/v3/index.json" />
17+
<add key="darc-int-dotnet-templating-d6969ba" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-templating-d6969bae/nuget/v3/index.json" />
2118
<!-- End: Package sources from dotnet-templating -->
2219
<!-- Begin: Package sources from dotnet-windowsdesktop -->
23-
<add key="darc-int-dotnet-windowsdesktop-752aa75" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-752aa75c/nuget/v3/index.json" />
24-
<add key="darc-int-dotnet-windowsdesktop-752aa75-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-752aa75c-2/nuget/v3/index.json" />
25-
<add key="darc-int-dotnet-windowsdesktop-752aa75-1" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-752aa75c-1/nuget/v3/index.json" />
20+
<add key="darc-int-dotnet-windowsdesktop-c4a33f2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-windowsdesktop-c4a33f22/nuget/v3/index.json" />
2621
<!-- End: Package sources from dotnet-windowsdesktop -->
2722
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2823
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
@@ -42,21 +37,16 @@
4237
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
4338
<!-- End: Package sources from DotNet-msbuild-Trusted -->
4439
<!-- Begin: Package sources from dotnet-templating -->
45-
<add key="darc-int-dotnet-templating-00aa120-1" value="true" />
46-
<add key="darc-int-dotnet-templating-00aa120-2" value="true" />
47-
<add key="darc-int-dotnet-templating-00aa120" value="true" />
40+
<add key="darc-int-dotnet-templating-d6969ba" value="true" />
4841
<!-- End: Package sources from dotnet-templating -->
4942
<!-- Begin: Package sources from dotnet-aspnetcore -->
43+
<add key="darc-int-dotnet-aspnetcore-3b519aa" value="true" />
5044
<!-- End: Package sources from dotnet-aspnetcore -->
5145
<!-- Begin: Package sources from dotnet-runtime -->
52-
<add key="darc-int-dotnet-runtime-80de56d-1" value="true" />
53-
<add key="darc-int-dotnet-runtime-80de56d-2" value="true" />
54-
<add key="darc-int-dotnet-runtime-80de56d" value="true" />
46+
<add key="darc-int-dotnet-runtime-34a1091" value="true" />
5547
<!-- End: Package sources from dotnet-runtime -->
5648
<!-- Begin: Package sources from dotnet-windowsdesktop -->
57-
<add key="darc-int-dotnet-windowsdesktop-752aa75-1" value="true" />
58-
<add key="darc-int-dotnet-windowsdesktop-752aa75-2" value="true" />
59-
<add key="darc-int-dotnet-windowsdesktop-752aa75" value="true" />
49+
<add key="darc-int-dotnet-windowsdesktop-c4a33f2" value="true" />
6050
<!-- End: Package sources from dotnet-windowsdesktop -->
6151
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
6252
</disabledPackageSources>

0 commit comments

Comments
 (0)