From 3d8a2053e6704ff00218908b1b2baa3d6a0c955a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 13 Apr 2022 15:03:57 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220412.5 Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.22122.7 -> To Version 6.0.0-beta.22212.5 --- NuGet.config | 2 -- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- global.json | 8 ++++---- 4 files changed, 17 insertions(+), 19 deletions(-) diff --git a/NuGet.config b/NuGet.config index ea5767e2ebc..59cc6e76c2e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,7 +5,6 @@ - @@ -19,7 +18,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3cef4423ce..57bf4935e46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,25 +83,25 @@ - + https://github.com/dotnet/arcade - 7215d8265a7fbcd022eb72ff7a6e2048444c985f + 1a6b24397e50146d0fece9cfb9c0b87275691e6f - + https://github.com/dotnet/arcade - 7215d8265a7fbcd022eb72ff7a6e2048444c985f + 1a6b24397e50146d0fece9cfb9c0b87275691e6f - + https://github.com/dotnet/arcade - 7215d8265a7fbcd022eb72ff7a6e2048444c985f + 1a6b24397e50146d0fece9cfb9c0b87275691e6f - + https://github.com/dotnet/arcade - 7215d8265a7fbcd022eb72ff7a6e2048444c985f + 1a6b24397e50146d0fece9cfb9c0b87275691e6f - + https://github.com/dotnet/arcade - 7215d8265a7fbcd022eb72ff7a6e2048444c985f + 1a6b24397e50146d0fece9cfb9c0b87275691e6f diff --git a/eng/Versions.props b/eng/Versions.props index 76d4c995f7a..c5d666cb61d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,9 +56,9 @@ - 6.0.0-beta.22122.7 - 6.0.0-beta.22122.7 - 6.0.0-beta.22122.7 + 6.0.0-beta.22212.5 + 6.0.0-beta.22212.5 + 6.0.0-beta.22212.5 diff --git a/global.json b/global.json index a476f2bce08..368c7a7c669 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.103", + "dotnet": "6.0.104", "runtimes": { "dotnet": [ "2.1.7", @@ -12,11 +12,11 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22122.7", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22122.7" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22212.5", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22212.5" }, "sdk": { - "version": "6.0.103" + "version": "6.0.104" }, "native-tools": { "strawberry-perl": "5.28.1.1-1",