diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfe60d27f73483595c16f97bd8a60a1ce63346d5..eea4c1ce395d710508155c8d6348f7f2dff5fdd3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -292,22 +292,22 @@ <Uri>https://github.com/dotnet/runtime</Uri> <Sha>0402550585f54e88707af55652111ace793ef27f</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22327.1"> + <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22327.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>640c1cc2a140b322c4f30f6d6b85f35f0c4c7313</Sha> + <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha> <SourceBuild RepoName="arcade" ManagedOnly="true" /> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22327.1"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.22327.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>640c1cc2a140b322c4f30f6d6b85f35f0c4c7313</Sha> + <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22327.1"> + <Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="7.0.0-beta.22327.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>640c1cc2a140b322c4f30f6d6b85f35f0c4c7313</Sha> + <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha> </Dependency> - <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22327.1"> + <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22327.2"> <Uri>https://github.com/dotnet/arcade</Uri> - <Sha>640c1cc2a140b322c4f30f6d6b85f35f0c4c7313</Sha> + <Sha>a264eb13fea14125f3ef8d4056586cd66fa55309</Sha> </Dependency> </ToolsetDependencies> </Dependencies> diff --git a/eng/Versions.props b/eng/Versions.props index 6a7ef53eebe0f41b883672ee985d321bd40dfe61..175bdbf74185d15c85acd0d60de2be36fcbbb5dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -135,8 +135,8 @@ <MicrosoftEntityFrameworkCoreVersion>7.0.0-preview.7.22330.2</MicrosoftEntityFrameworkCoreVersion> <MicrosoftEntityFrameworkCoreDesignVersion>7.0.0-preview.7.22330.2</MicrosoftEntityFrameworkCoreDesignVersion> <!-- Packages from dotnet/arcade --> - <MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22327.1</MicrosoftDotNetBuildTasksInstallersVersion> - <MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22327.1</MicrosoftDotNetBuildTasksTemplatingVersion> + <MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22327.2</MicrosoftDotNetBuildTasksInstallersVersion> + <MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22327.2</MicrosoftDotNetBuildTasksTemplatingVersion> </PropertyGroup> <!-- diff --git a/global.json b/global.json index 3c98cec4de93eaa29d797a2bda483f612de7a51c..a8eb467c09f0ef3de20525fe4f302090d8e96719 100644 --- a/global.json +++ b/global.json @@ -27,7 +27,7 @@ }, "msbuild-sdks": { "Yarn.MSBuild": "1.22.10", - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22327.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22327.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22327.2", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22327.2" } }