diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c73ced808..ed1b35309 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> <Dependencies> <ProductDependencies> - <Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="6.0.0-alpha.1.21056.1" CoherentParentDependency="Microsoft.NET.Sdk"> + <Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="6.0.0-alpha.1.21056.6" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/windowsdesktop</Uri> - <Sha>3b9409a0b645d0113f6ea5c376cac66c4774b39e</Sha> + <Sha>0dd7772b5709403d94435dcb07e15ef0ba67558b</Sha> </Dependency> - <Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0" Version="6.0.0-alpha.1.21056.1" CoherentParentDependency="Microsoft.NET.Sdk"> + <Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0" Version="6.0.0-alpha.1.21056.6" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/windowsdesktop</Uri> - <Sha>3b9409a0b645d0113f6ea5c376cac66c4774b39e</Sha> + <Sha>0dd7772b5709403d94435dcb07e15ef0ba67558b</Sha> </Dependency> - <Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="6.0.0-alpha.1.21056.1" CoherentParentDependency="Microsoft.NET.Sdk"> + <Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="6.0.0-alpha.1.21056.6" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/windowsdesktop</Uri> - <Sha>3b9409a0b645d0113f6ea5c376cac66c4774b39e</Sha> + <Sha>0dd7772b5709403d94435dcb07e15ef0ba67558b</Sha> </Dependency> <Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.6.0" Version="6.0.0-alpha.1.21057.2" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/runtime</Uri> @@ -87,22 +87,22 @@ <Uri>https://github.com/dotnet/templating</Uri> <Sha>4b3f8ea9a01fc7f0da6c7dde6e2de87cfaa3eeaf</Sha> </Dependency> - <Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21057.10"> + <Dependency Name="Microsoft.NET.Sdk" Version="6.0.100-alpha.1.21057.11"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>a2fdc5460ec9ba7ca2ddfc5e25f4f290295bbedc</Sha> + <Sha>b0fe43a0d7fc508305c1d8681d7a7134cbd95242</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21057.10"> + <Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.100-alpha.1.21057.11"> <Uri>https://github.com/dotnet/sdk</Uri> - <Sha>a2fdc5460ec9ba7ca2ddfc5e25f4f290295bbedc</Sha> + <Sha>b0fe43a0d7fc508305c1d8681d7a7134cbd95242</Sha> </Dependency> <!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop --> - <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-alpha.1.21055.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> + <Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-alpha.1.21056.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> <Uri>https://github.com/dotnet/winforms</Uri> - <Sha>99dc37cf4496b786ce4b1106960f1af6ed66bdeb</Sha> + <Sha>9ffd587b96ce30272a817f3096c56a75c2af176c</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="6.0.0-alpha.1.21056.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> + <Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="6.0.0-alpha.1.21056.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64"> <Uri>https://github.com/dotnet/wpf</Uri> - <Sha>005950c24bb83e43d4975e3607ff122f713c1eda</Sha> + <Sha>53eafe11aee32a6df1e35db9f1c6546d62d351d0</Sha> </Dependency> <Dependency Name="Microsoft.FSharp.Compiler" Version="11.2.0-beta.21057.1" CoherentParentDependency="Microsoft.NET.Sdk"> <Uri>https://github.com/dotnet/fsharp</Uri> diff --git a/eng/Versions.props b/eng/Versions.props index dac8d8ec5..0f920f4db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,11 +24,11 @@ </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/winforms --> - <MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>6.0.0-alpha.1.21055.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion> + <MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>6.0.0-alpha.1.21056.2</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/wpf --> - <MicrosoftDotNetWpfProjectTemplatesPackageVersion>6.0.0-alpha.1.21056.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion> + <MicrosoftDotNetWpfProjectTemplatesPackageVersion>6.0.0-alpha.1.21056.5</MicrosoftDotNetWpfProjectTemplatesPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Dependency from https://github.com/dotnet/templating --> @@ -58,8 +58,8 @@ </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/dotnet/sdk --> - <MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21057.10</MicrosoftNETSdkPackageVersion> - <MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21057.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion> + <MicrosoftNETSdkPackageVersion>6.0.100-alpha.1.21057.11</MicrosoftNETSdkPackageVersion> + <MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.100-alpha.1.21057.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion> <MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion> <MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion> <MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion> @@ -79,9 +79,9 @@ </PropertyGroup> <PropertyGroup> <!-- Dependencies from https://github.com/dotnet/windowsdesktop --> - <VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion>6.0.0-alpha.1.21056.1</VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion> - <MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>6.0.0-alpha.1.21056.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion> - <MicrosoftWindowsDesktopAppRefPackageVersion>6.0.0-alpha.1.21056.1</MicrosoftWindowsDesktopAppRefPackageVersion> + <VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion>6.0.0-alpha.1.21056.6</VSRedistCommonWindowsDesktopSharedFrameworkx6460PackageVersion> + <MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>6.0.0-alpha.1.21056.6</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion> + <MicrosoftWindowsDesktopAppRefPackageVersion>6.0.0-alpha.1.21056.6</MicrosoftWindowsDesktopAppRefPackageVersion> </PropertyGroup> <PropertyGroup> <!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->