From 0acf6000bccc837080281cdad35a9843b998bab9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 09:42:59 -0700 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220606.2 (#13262) Microsoft.DotNet.Arcade.Sdk From Version 7.0.0-beta.22306.1 -> To Version 7.0.0-beta.22306.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c1c5e8cc5..b7364d99b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ - + https://github.com/dotnet/arcade - 7f522f2e42fd8c2064afb45eac34a1773ce6a1cc + 8f311fed1f2acf0ecfdfcecbc7a9fa871ed634cc diff --git a/global.json b/global.json index fc121d651..48dc6266b 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "6.0.200", + "version": "7.0.100-preview.2.22153.17", "allowPrerelease": true, "rollForward": "minor" }, "tools": { - "dotnet": "6.0.200", + "dotnet": "7.0.100-preview.2.22153.17", "vs": { "version": "16.8", "components": [ @@ -17,7 +17,7 @@ "perl": "5.32.1.1" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22306.1", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22306.2", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2" } } -- GitLab