Skip to content

Commit 2398667

Browse files
maestro-prod-Primaryvseanreesermsft
authored andcommitted
Merged PR 43931: [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-winforms
This pull request updates the following dependencies [marker]: <> (Begin:0ce99e90-7dcb-4849-5aa3-08dbd5a5c716) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - **Subscription**: 0ce99e90-7dcb-4849-5aa3-08dbd5a5c716 - **Build**: 20241018.1 - **Date Produced**: October 18, 2024 8:09:31 AM UTC - **Commit**: a5159750d891acb077fdf5e028eb602bf450944a - **Branch**: refs/heads/internal/release/8.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 8.0.11-servicing.24517.8 to 8.0.11-servicing.24518.1][2] - **Microsoft.Private.Winforms**: [from 8.0.11-servicing.24517.8 to 8.0.11-servicing.24518.1][2] - **System.Drawing.Common**: [from 8.0.11 to 8.0.11][2] - **Microsoft.NETCore.Platforms**: [from 8.0.11-servicing.24514.23 to 8.0.11-servicing.24517.7][3] - **Microsoft.NETCore.App.Ref**: [from 8.0.11 to 8.0.11][3] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 8.0.11 to 8.0.11][3] - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: [from 8.0.11-servicing.24514.23 to 8.0.11-servicing.24517.7][3] [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GCbff4cc01542f55a55049b57d57d76bf4df81f2f3&targetVersion=GCa5159750d891acb077fdf5e028eb602bf450944a&_a=files [3]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCc36b66f47588241680d564feaa2d589299adcd9c&targetVersion=GC9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:0ce99e90-7dcb-4849-5aa3-08dbd5a5c716) [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**: - **Microsoft.NETCore.Platforms**: from 8.0.11-servicing.24514.23 to 8.0.11-servicing.24517.7 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Ref**: from 8.0.11 to 8.0.11 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Runtime.win-x64**: from 8.0.11 to 8.0.11 (parent: Microsoft.Private.Winforms) - **VS.Redist.Common.NetCore.SharedFramework.x64.8.0**: from 8.0.11-servicing.24514.23 to 8.0.11-servicing.24517.7 (parent: Microsoft.Private.Winforms) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates)
2 parents dd62f3d + 17062a4 commit 2398667

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

NuGet.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8-
<add key="darc-int-dotnet-runtime-c36b66f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-c36b66f4/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-9cb3b72" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9cb3b725/nuget/v3/index.json" />
99
<add key="darc-int-dotnet-runtime-5292f3a" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-5292f3ab/nuget/v3/index.json" />
1010
<!-- End: Package sources from dotnet-runtime -->
1111
<!-- Begin: Package sources from dotnet-winforms -->
12-
<add key="darc-int-dotnet-winforms-92eeb1f" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-92eeb1f9/nuget/v3/index.json" />
12+
<add key="darc-int-dotnet-winforms-a515975" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-a5159750/nuget/v3/index.json" />
1313
<!-- End: Package sources from dotnet-winforms -->
1414
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1515
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -24,10 +24,10 @@
2424
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2525
<!-- Begin: Package sources from dotnet-runtime -->
2626
<add key="darc-int-dotnet-runtime-5292f3a" value="true" />
27-
<add key="darc-int-dotnet-runtime-c36b66f" value="true" />
27+
<add key="darc-int-dotnet-runtime-9cb3b72" value="true" />
2828
<!-- End: Package sources from dotnet-runtime -->
2929
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-92eeb1f" value="true" />
30+
<add key="darc-int-dotnet-winforms-a515975" value="true" />
3131
<!-- End: Package sources from dotnet-winforms -->
3232
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3333
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.11-servicing.24515.8">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.11-servicing.24518.1">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>92eeb1f915f74049db4373ba4bffb3f66f035622</Sha>
6+
<Sha>a5159750d891acb077fdf5e028eb602bf450944a</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.11-servicing.24515.8">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.11-servicing.24518.1">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>92eeb1f915f74049db4373ba4bffb3f66f035622</Sha>
10+
<Sha>a5159750d891acb077fdf5e028eb602bf450944a</Sha>
1111
</Dependency>
1212
<Dependency Name="System.Reflection.MetadataLoadContext" Version="8.0.1" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
@@ -17,9 +17,9 @@
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
1818
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.11-servicing.24514.23" CoherentParentDependency="Microsoft.Private.Winforms">
20+
<Dependency Name="Microsoft.NETCore.Platforms" Version="8.0.11-servicing.24517.7" CoherentParentDependency="Microsoft.Private.Winforms">
2121
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
22-
<Sha>c36b66f47588241680d564feaa2d589299adcd9c</Sha>
22+
<Sha>9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="8.0.0-rtm.24365.4">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
@@ -31,15 +31,15 @@
3131
</Dependency>
3232
<Dependency Name="Microsoft.NETCore.App.Ref" Version="8.0.11" CoherentParentDependency="Microsoft.Private.Winforms">
3333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
34-
<Sha>c36b66f47588241680d564feaa2d589299adcd9c</Sha>
34+
<Sha>9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5</Sha>
3535
</Dependency>
3636
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.11" CoherentParentDependency="Microsoft.Private.Winforms">
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
38-
<Sha>c36b66f47588241680d564feaa2d589299adcd9c</Sha>
38+
<Sha>9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5</Sha>
3939
</Dependency>
40-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.11-servicing.24514.23" CoherentParentDependency="Microsoft.Private.Winforms">
40+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.8.0" Version="8.0.11-servicing.24517.7" CoherentParentDependency="Microsoft.Private.Winforms">
4141
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
42-
<Sha>c36b66f47588241680d564feaa2d589299adcd9c</Sha>
42+
<Sha>9cb3b725e3ad2b57ddc9fb2dd48d2d170563a8f5</Sha>
4343
</Dependency>
4444
<!-- These dependencies are required by windowsdesktop for coherency. -->
4545
<Dependency Name="Microsoft.Win32.Registry.AccessControl" Version="8.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
@@ -152,7 +152,7 @@
152152
</Dependency>
153153
<Dependency Name="System.Drawing.Common" Version="8.0.11">
154154
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
155-
<Sha>92eeb1f915f74049db4373ba4bffb3f66f035622</Sha>
155+
<Sha>a5159750d891acb077fdf5e028eb602bf450944a</Sha>
156156
</Dependency>
157157
</ProductDependencies>
158158
<ToolsetDependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/winforms -->
2424
<PropertyGroup>
25-
<MicrosoftPrivateWinformsVersion>8.0.11-servicing.24515.8</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>8.0.11-servicing.24518.1</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>
29-
<VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.11-servicing.24514.23</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>
29+
<VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>8.0.11-servicing.24517.7</VSRedistCommonNetCoreSharedFrameworkx6480PackageVersion>
3030
<MicrosoftNETCoreAppRefVersion>8.0.11</MicrosoftNETCoreAppRefVersion>
3131
<MicrosoftNETCoreAppRuntimewinx64Version>8.0.11</MicrosoftNETCoreAppRuntimewinx64Version>
32-
<MicrosoftNETCorePlatformsVersion>8.0.11-servicing.24514.23</MicrosoftNETCorePlatformsVersion>
32+
<MicrosoftNETCorePlatformsVersion>8.0.11-servicing.24517.7</MicrosoftNETCorePlatformsVersion>
3333
<SystemCodeDomPackageVersion>8.0.0</SystemCodeDomPackageVersion>
3434
<SystemConfigurationConfigurationManagerPackageVersion>8.0.1</SystemConfigurationConfigurationManagerPackageVersion>
3535
<SystemDiagnosticsEventLogPackageVersion>8.0.1</SystemDiagnosticsEventLogPackageVersion>

0 commit comments

Comments
 (0)