Skip to content

Commit 4247bb6

Browse files
Update dependencies from https://github.com/dotnet/winforms build 20240327.1 (#8963)
[main] Update dependencies from dotnet/winforms
1 parent 9ef9cfb commit 4247bb6

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="9.0.0-preview.4.24176.1">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.0-preview.4.24177.1">
55
<Uri>https://github.com/dotnet/winforms</Uri>
6-
<Sha>9c9b2e06a998f65638053fdd32cbd65c4cd1a64f</Sha>
6+
<Sha>bd0e29875b819a0467427cb9dc6f27852d5635a6</Sha>
77
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
88
</Dependency>
9-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.4.24176.1">
9+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.4.24177.1">
1010
<Uri>https://github.com/dotnet/winforms</Uri>
11-
<Sha>9c9b2e06a998f65638053fdd32cbd65c4cd1a64f</Sha>
11+
<Sha>bd0e29875b819a0467427cb9dc6f27852d5635a6</Sha>
1212
</Dependency>
1313
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.4.24175.10" CoherentParentDependency="Microsoft.Private.Winforms">
1414
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -151,9 +151,9 @@
151151
<Uri>https://github.com/dotnet/runtime</Uri>
152152
<Sha>7f555e0834411c18450074c2218f3656251bca9c</Sha>
153153
</Dependency>
154-
<Dependency Name="System.Drawing.Common" Version="9.0.0-preview.4.24176.1">
154+
<Dependency Name="System.Drawing.Common" Version="9.0.0-preview.4.24177.1">
155155
<Uri>https://github.com/dotnet/winforms</Uri>
156-
<Sha>9c9b2e06a998f65638053fdd32cbd65c4cd1a64f</Sha>
156+
<Sha>bd0e29875b819a0467427cb9dc6f27852d5635a6</Sha>
157157
</Dependency>
158158
</ProductDependencies>
159159
<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>9.0.0-preview.4.24176.1</MicrosoftPrivateWinformsVersion>
24+
<MicrosoftPrivateWinformsVersion>9.0.0-preview.4.24177.1</MicrosoftPrivateWinformsVersion>
2525
</PropertyGroup>
2626
<!-- Packages that come from https://github.com/dotnet/runtime -->
2727
<PropertyGroup>
@@ -32,7 +32,7 @@
3232
<SystemCodeDomPackageVersion>9.0.0-preview.4.24175.10</SystemCodeDomPackageVersion>
3333
<SystemConfigurationConfigurationManagerPackageVersion>9.0.0-preview.4.24175.10</SystemConfigurationConfigurationManagerPackageVersion>
3434
<SystemDiagnosticsEventLogPackageVersion>9.0.0-preview.4.24175.10</SystemDiagnosticsEventLogPackageVersion>
35-
<SystemDrawingCommonVersion>9.0.0-preview.4.24176.1</SystemDrawingCommonVersion>
35+
<SystemDrawingCommonVersion>9.0.0-preview.4.24177.1</SystemDrawingCommonVersion>
3636
<SystemDirectoryServicesVersion>9.0.0-preview.4.24175.10</SystemDirectoryServicesVersion>
3737
<SystemIOPackagingVersion>9.0.0-preview.4.24175.10</SystemIOPackagingVersion>
3838
<SystemReflectionMetadataLoadContextVersion>9.0.0-preview.4.24175.10</SystemReflectionMetadataLoadContextVersion>

0 commit comments

Comments
 (0)