Skip to content

Commit 07bd0c7

Browse files
maestro-prod-Primarymaestro-prod-Primary
authored andcommitted
[internal/release/8.0] Update dependencies from dnceng/internal/dotnet-winforms
1 parent bf7312f commit 07bd0c7

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

NuGet.config

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
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-9cb3b72" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-9cb3b725/nuget/v3/index.json" />
9-
<add key="darc-int-dotnet-runtime-81cabf2-3" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-81cabf28-3/nuget/v3/index.json" />
108
<!-- End: Package sources from dotnet-runtime -->
119
<!-- Begin: Package sources from dotnet-winforms -->
12-
<add key="darc-int-dotnet-winforms-3069afa" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-3069afa2/nuget/v3/index.json" />
10+
<add key="darc-int-dotnet-winforms-fe8e039" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-winforms-fe8e0396/nuget/v3/index.json" />
1311
<!-- End: Package sources from dotnet-winforms -->
1412
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1513
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -23,11 +21,9 @@
2321
<disabledPackageSources>
2422
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2523
<!-- Begin: Package sources from dotnet-runtime -->
26-
<add key="darc-int-dotnet-runtime-81cabf2-3" value="true" />
27-
<add key="darc-int-dotnet-runtime-9cb3b72" value="true" />
2824
<!-- End: Package sources from dotnet-runtime -->
2925
<!-- Begin: Package sources from dotnet-winforms -->
30-
<add key="darc-int-dotnet-winforms-3069afa" value="true" />
26+
<add key="darc-int-dotnet-winforms-fe8e039" value="true" />
3127
<!-- End: Package sources from dotnet-winforms -->
3228
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
3329
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 6 additions & 6 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.24521.3">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="8.0.12-servicing.24602.6">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>3069afa2664d12f5290b7002c5a9eb110e4ea844</Sha>
6+
<Sha>fe8e03969a58c26f9737348c9fe8a53cca86f15e</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.11-servicing.24521.3">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="8.0.12-servicing.24602.6">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>3069afa2664d12f5290b7002c5a9eb110e4ea844</Sha>
10+
<Sha>fe8e03969a58c26f9737348c9fe8a53cca86f15e</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>
@@ -150,9 +150,9 @@
150150
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
151151
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
152152
</Dependency>
153-
<Dependency Name="System.Drawing.Common" Version="8.0.11">
153+
<Dependency Name="System.Drawing.Common" Version="8.0.12">
154154
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
155-
<Sha>3069afa2664d12f5290b7002c5a9eb110e4ea844</Sha>
155+
<Sha>fe8e03969a58c26f9737348c9fe8a53cca86f15e</Sha>
156156
</Dependency>
157157
</ProductDependencies>
158158
<ToolsetDependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/winforms -->
2424
<PropertyGroup>
25-
<MicrosoftPrivateWinformsVersion>8.0.11-servicing.24521.3</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>8.0.12-servicing.24602.6</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>
@@ -33,7 +33,7 @@
3333
<SystemCodeDomPackageVersion>8.0.0</SystemCodeDomPackageVersion>
3434
<SystemConfigurationConfigurationManagerPackageVersion>8.0.1</SystemConfigurationConfigurationManagerPackageVersion>
3535
<SystemDiagnosticsEventLogPackageVersion>8.0.1</SystemDiagnosticsEventLogPackageVersion>
36-
<SystemDrawingCommonVersion>8.0.11</SystemDrawingCommonVersion>
36+
<SystemDrawingCommonVersion>8.0.12</SystemDrawingCommonVersion>
3737
<SystemDirectoryServicesVersion>8.0.0</SystemDirectoryServicesVersion>
3838
<SystemIOPackagingVersion>8.0.1</SystemIOPackagingVersion>
3939
<SystemReflectionMetadataLoadContextVersion>8.0.1</SystemReflectionMetadataLoadContextVersion>

0 commit comments

Comments
 (0)