From cd16f23624082e6478b1f96eee7f93b08e2da211 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 13:06:33 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220627.2 (#6731) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 4 ++-- global.json | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b58561558..ebd608593 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,25 +75,25 @@ - + https://github.com/dotnet/arcade - 640c1cc2a140b322c4f30f6d6b85f35f0c4c7313 + a264eb13fea14125f3ef8d4056586cd66fa55309 - + https://github.com/dotnet/arcade - 640c1cc2a140b322c4f30f6d6b85f35f0c4c7313 + a264eb13fea14125f3ef8d4056586cd66fa55309 - + https://github.com/dotnet/arcade - 640c1cc2a140b322c4f30f6d6b85f35f0c4c7313 + a264eb13fea14125f3ef8d4056586cd66fa55309 - + https://github.com/dotnet/arcade - 640c1cc2a140b322c4f30f6d6b85f35f0c4c7313 + a264eb13fea14125f3ef8d4056586cd66fa55309 - + https://github.com/dotnet/arcade - 640c1cc2a140b322c4f30f6d6b85f35f0c4c7313 + a264eb13fea14125f3ef8d4056586cd66fa55309 diff --git a/eng/Versions.props b/eng/Versions.props index e5bab5c2c..5d7a7bf61 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,8 +48,8 @@ - 7.0.0-beta.22327.1 - 7.0.0-beta.22327.1 + 7.0.0-beta.22327.2 + 7.0.0-beta.22327.2 diff --git a/global.json b/global.json index eca459069..89ebf6565 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "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" }, "sdk": { "version": "7.0.100-preview.2.22153.17" -- GitLab