Skip to content

Commit d2b1665

Browse files
maestro-prod-Primarymmitche
authored andcommitted
Merged PR 43916: [internal/release/9.0] Update dependencies from dnceng/internal/dotnet-winforms
This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **System.Reflection.MetadataLoadContext**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Windows.Extensions**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.Platforms**: from 9.0.0-rtm.24509.1 to 9.0.0-rtm.24516.9 (parent: Microsoft.Private.Winforms) - **System.Resources.Extensions**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Runtime.Serialization.Formatters**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Ref**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Runtime.win-x64**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **VS.Redist.Common.NetCore.SharedFramework.x64.9.0**: from 9.0.0-rtm.24509.1 to 9.0.0-rtm.24516.9 (parent: Microsoft.Private.Winforms) - **Microsoft.Win32.Registry.AccessControl**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.Win32.SystemEvents**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.CodeDom**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.ComponentModel.Composition**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Configuration.ConfigurationManager**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Data.Odbc**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Data.OleDb**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Diagnostics.EventLog**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Diagnostics.PerformanceCounter**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.DirectoryServices.AccountManagement**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.DirectoryServices.Protocols**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.DirectoryServices**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.Formats.Nrbf**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.IO.Packaging**: from 9.0.0-rtm.24509.1 to 9.0.0 (parent: Microsoft.Private.Winforms) - **System.IO.Ports**: from 9.0.0-rtm.24509.1 to 9.0...
1 parent fbbc5b5 commit d2b1665

File tree

3 files changed

+113
-101
lines changed

3 files changed

+113
-101
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-64edceb" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-64edceb0/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-5f03f3d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-winforms-5f03f3d8/nuget/v3/index.json" />
11+
<add key="darc-int-dotnet-winforms-d23e6a3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-d23e6a34/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-64edceb" value="true" />
28+
<!-- End: Package sources from dotnet-runtime -->
29+
<!-- Begin: Package sources from dotnet-winforms -->
30+
<add key="darc-int-dotnet-winforms-d23e6a3" 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)