From 07683d95621e1a2f9b16c60e9dc9403ca07cdf66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Sep 2021 12:02:13 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/arcade build 20210902.4 Microsoft.DotNet.Arcade.Sdk From Version 6.0.0-beta.21451.3 -> To Version 7.0.0-beta.21452.4 --- 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 28cdaec902e..a4d9135986a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,9 +8,9 @@ - + https://github.com/dotnet/arcade - 923c95ec2e9512285f801c84145a8af3728b1e3b + 00949c51badfda4edd51d217a82ba607db7c4576 diff --git a/global.json b/global.json index 627b7cbe163..606c24321c5 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "6.0.100-preview.7.21379.14", + "version": "6.0.100-rc.1.21430.12", "allowPrerelease": true, "rollForward": "minor" }, "tools": { - "dotnet": "6.0.100-preview.7.21379.14", + "dotnet": "6.0.100-rc.1.21430.12", "vs": { "version": "16.8", "components": [ @@ -14,7 +14,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21451.3", + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21452.4", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2" } } From e3e1650e203498220e33acbbc62f38e028e949c3 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Fri, 3 Sep 2021 17:50:10 +0200 Subject: [PATCH 2/2] Use preview7 --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 606c24321c5..fef1324b09d 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "sdk": { - "version": "6.0.100-rc.1.21430.12", + "version": "6.0.100-preview.7.21379.14", "allowPrerelease": true, "rollForward": "minor" }, "tools": { - "dotnet": "6.0.100-rc.1.21430.12", + "dotnet": "6.0.100-preview.7.21379.14", "vs": { "version": "16.8", "components": [