Skip to content

Commit 53dc43d

Browse files
Merge commit 'a04736acb8edb533756131d3d5fc55f15cd03d6a' into internal-merge-9.0-2024-11-12-1251
2 parents 707ea4c + a04736a commit 53dc43d

File tree

4 files changed

+189
-157
lines changed

4 files changed

+189
-157
lines changed

NuGet.config

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44
<packageSources>
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
7+
<!-- Begin: Package sources from dotnet-runtime -->
8+
<add key="darc-int-dotnet-runtime-9d5a6a9" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9d5a6a9a/nuget/v3/index.json" />
9+
<!-- End: Package sources from dotnet-runtime -->
710
<!-- Begin: Package sources from dotnet-winforms -->
8-
<add key="darc-pub-dotnet-winforms-46fe577" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-winforms-46fe5772/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-winforms-62ebdb4" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-62ebdb4b/nuget/v3/index.json" />
912
<!-- End: Package sources from dotnet-winforms -->
1013
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1114
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -18,5 +21,14 @@
1821
<add key="dotnet9" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
1922
<add key="dotnet9-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9-transport/nuget/v3/index.json" />
2023
</packageSources>
21-
<disabledPackageSources />
24+
<disabledPackageSources>
25+
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
26+
<!-- Begin: Package sources from dotnet-runtime -->
27+
<add key="darc-int-dotnet-runtime-9d5a6a9" value="true" />
28+
<!-- End: Package sources from dotnet-runtime -->
29+
<!-- Begin: Package sources from dotnet-winforms -->
30+
<add key="darc-int-dotnet-winforms-62ebdb4" value="true" />
31+
<!-- End: Package sources from dotnet-winforms -->
32+
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
33+
</disabledPackageSources>
2234
</configuration>

0 commit comments

Comments
 (0)