Skip to content

Commit c7f15de

Browse files
Update dependencies from https://github.com/dotnet/winforms build 20240826.5 (#9649)
[main] Update dependencies from dotnet/winforms
1 parent a8e9d0d commit c7f15de

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-alpha.1.24425.1">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="10.0.0-alpha.1.24426.5">
55
<Uri>https://github.com/dotnet/winforms</Uri>
6-
<Sha>42fd47aeb558bb47d5cec60e854da11203df8953</Sha>
6+
<Sha>3b37d24254fe96bc6ad3fd63c6adea21c04f7024</Sha>
77
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.24425.1">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.24426.5">
1010
<Uri>https://github.com/dotnet/winforms</Uri>
11-
<Sha>42fd47aeb558bb47d5cec60e854da11203df8953</Sha>
11+
<Sha>3b37d24254fe96bc6ad3fd63c6adea21c04f7024</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-rc.1.24414.5" CoherentParentDependency="Microsoft.Private.Winforms">
1414
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -159,9 +159,9 @@
159159
<Uri>https://github.com/dotnet/runtime</Uri>
160160
<Sha>0fbd81404d1f211572387498474063bc6f407f0f</Sha>
161161
</Dependency>
162-
<Dependency Name="System.Drawing.Common" Version="10.0.0-alpha.1.24425.1">
162+
<Dependency Name="System.Drawing.Common" Version="10.0.0-alpha.1.24426.5">
163163
<Uri>https://github.com/dotnet/winforms</Uri>
164-
<Sha>42fd47aeb558bb47d5cec60e854da11203df8953</Sha>
164+
<Sha>3b37d24254fe96bc6ad3fd63c6adea21c04f7024</Sha>
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222
<!-- Packages that come from https://github.com/dotnet/winforms -->
2323
<PropertyGroup>
24-
<MicrosoftPrivateWinformsVersion>10.0.0-alpha.1.24425.1</MicrosoftPrivateWinformsVersion>
24+
<MicrosoftPrivateWinformsVersion>10.0.0-alpha.1.24426.5</MicrosoftPrivateWinformsVersion>
2525
</PropertyGroup>
2626
<!-- Packages that come from https://github.com/dotnet/runtime -->
2727
<PropertyGroup>
@@ -32,7 +32,7 @@
3232
<SystemCodeDomPackageVersion>9.0.0-rc.1.24414.5</SystemCodeDomPackageVersion>
3333
<SystemConfigurationConfigurationManagerPackageVersion>9.0.0-rc.1.24414.5</SystemConfigurationConfigurationManagerPackageVersion>
3434
<SystemDiagnosticsEventLogPackageVersion>9.0.0-rc.1.24414.5</SystemDiagnosticsEventLogPackageVersion>
35-
<SystemDrawingCommonVersion>10.0.0-alpha.1.24425.1</SystemDrawingCommonVersion>
35+
<SystemDrawingCommonVersion>10.0.0-alpha.1.24426.5</SystemDrawingCommonVersion>
3636
<SystemDirectoryServicesVersion>9.0.0-rc.1.24414.5</SystemDirectoryServicesVersion>
3737
<SystemFormatsNrbfVersion>9.0.0-rc.1.24414.5</SystemFormatsNrbfVersion>
3838
<SystemIOPackagingVersion>9.0.0-rc.1.24414.5</SystemIOPackagingVersion>

0 commit comments

Comments
 (0)