Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/winforms build (#8953
Browse files Browse the repository at this point in the history
)

[main] Update dependencies from dotnet/winforms
  • Loading branch information
dotnet-maestro[bot] committed Mar 24, 2024
1 parent dfb5902 commit 49feb08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.0-preview.4.24172.8">
<Dependency Name="Microsoft.Private.Winforms" Version="9.0.0-preview.4.24173.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>508c723f5d4ef609c38ab356b6ebf959a425123a</Sha>
<Sha>103eb80c1cb83364b64137999d73b44d49b98c7d</Sha>
<SourceBuildTarball RepoName="winforms" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.4.24172.8">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.4.24173.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>508c723f5d4ef609c38ab356b6ebf959a425123a</Sha>
<Sha>103eb80c1cb83364b64137999d73b44d49b98c7d</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.0-preview.4.24172.1" CoherentParentDependency="Microsoft.Private.Winforms">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down Expand Up @@ -151,9 +151,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>2820a1e775e29c5695505b6e391c73a581093643</Sha>
</Dependency>
<Dependency Name="System.Drawing.Common" Version="9.0.0-preview.4.24172.8">
<Dependency Name="System.Drawing.Common" Version="9.0.0-preview.4.24173.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>508c723f5d4ef609c38ab356b6ebf959a425123a</Sha>
<Sha>103eb80c1cb83364b64137999d73b44d49b98c7d</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/winforms -->
<PropertyGroup>
<MicrosoftPrivateWinformsVersion>9.0.0-preview.4.24172.8</MicrosoftPrivateWinformsVersion>
<MicrosoftPrivateWinformsVersion>9.0.0-preview.4.24173.1</MicrosoftPrivateWinformsVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/runtime -->
<PropertyGroup>
Expand All @@ -32,7 +32,7 @@
<SystemCodeDomPackageVersion>9.0.0-preview.4.24172.1</SystemCodeDomPackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>9.0.0-preview.4.24172.1</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsEventLogPackageVersion>9.0.0-preview.4.24172.1</SystemDiagnosticsEventLogPackageVersion>
<SystemDrawingCommonVersion>9.0.0-preview.4.24172.8</SystemDrawingCommonVersion>
<SystemDrawingCommonVersion>9.0.0-preview.4.24173.1</SystemDrawingCommonVersion>
<SystemDirectoryServicesVersion>9.0.0-preview.4.24172.1</SystemDirectoryServicesVersion>
<SystemIOPackagingVersion>9.0.0-preview.4.24172.1</SystemIOPackagingVersion>
<SystemReflectionMetadataLoadContextVersion>9.0.0-preview.4.24172.1</SystemReflectionMetadataLoadContextVersion>
Expand Down

0 comments on commit 49feb08

Please sign in to comment.