From 094894ab53fa5f555ad812a51d89b0a85c964fa5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:53:58 -0700 Subject: [PATCH] [release/6.0.1xx] Update dependencies from dotnet/arcade (#15837) Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 19 ------------------- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 4 files changed, 10 insertions(+), 29 deletions(-) diff --git a/NuGet.config b/NuGet.config index a118686fa..dd632b04b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,27 +7,16 @@ - - - - - - - - - - - @@ -48,21 +37,13 @@ - - - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e406a8031..59dd86ab2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -197,19 +197,19 @@ - + https://github.com/dotnet/arcade - 0c93c1cb1ef9c9d5c1a59f4ab98c2f7e37f12197 + 92c39a4f0bacef20812f63e2e1d3f7aa8776038d - + https://github.com/dotnet/arcade - 0c93c1cb1ef9c9d5c1a59f4ab98c2f7e37f12197 + 92c39a4f0bacef20812f63e2e1d3f7aa8776038d - + https://github.com/dotnet/arcade - 0c93c1cb1ef9c9d5c1a59f4ab98c2f7e37f12197 + 92c39a4f0bacef20812f63e2e1d3f7aa8776038d https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 0db857f4b..08ab7ed38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 6.0.0-beta.23114.5 + 6.0.0-beta.23167.1 diff --git a/global.json b/global.json index 85690be2c..5bd694fa0 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "6.0.114", + "dotnet": "6.0.115", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23114.5", - "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.23114.5" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.23167.1", + "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.23167.1" } }