From 7fadba85e6161f48f36b224ba399118d9b90bb62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 14:06:00 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220627.2 (#42563) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 4 ++-- global.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfe60d27f73..eea4c1ce395 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 6a7ef53eebe..175bdbf7418 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 3c98cec4de9..a8eb467c09f 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" } } -- GitLab