Skip to content
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Private.Winforms" Version="7.0.0-alpha.1.21605.8">
<Dependency Name="Microsoft.Private.Winforms" Version="7.0.0-alpha.1.21606.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>304ae2f8548b474c028b3abe0ef425fa74ff5976</Sha>
<Sha>dd4780a6b2f371cf3d1f8f3639e71c0520e22f07</Sha>
</Dependency>
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-alpha.1.21605.8">
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-alpha.1.21606.1">
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>304ae2f8548b474c028b3abe0ef425fa74ff5976</Sha>
<Sha>dd4780a6b2f371cf3d1f8f3639e71c0520e22f07</Sha>
</Dependency>
<Dependency Name="System.CodeDom" Version="7.0.0-alpha.1.21603.8" CoherentParentDependency="Microsoft.Private.Winforms">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<!-- NuGet Package Versions -->
<PropertyGroup>
<MicrosoftPrivateWinformsVersion>7.0.0-alpha.1.21605.8</MicrosoftPrivateWinformsVersion>
<MicrosoftPrivateWinformsVersion>7.0.0-alpha.1.21606.1</MicrosoftPrivateWinformsVersion>
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/coreclr -->
<PropertyGroup>
Expand Down