From 1a3b7c0d492a17d9ba070880516cae854312755a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 8 Aug 2023 23:59:03 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20230808.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.23370.3 -> To Version 7.0.0-beta.23408.3 --- NuGet.config | 18 ++++++++++++++++++ eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 6 +++--- 4 files changed, 28 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9bf5ba918..83b691f4f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,21 +11,31 @@ + + + + + + + + + + @@ -49,16 +59,24 @@ + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a034a4d27..c8620c487 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - c9c125ccc43361cd94433c2d7f7069d465ad11a5 + 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 - + https://github.com/dotnet/arcade - c9c125ccc43361cd94433c2d7f7069d465ad11a5 + 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 - + https://github.com/dotnet/arcade - c9c125ccc43361cd94433c2d7f7069d465ad11a5 + 3b8f3de4606c338f99e8ce85cfb6f960f6a428c8 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 2c3e8ec81..abbfa4d01 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 7.0.0-beta.23370.3 + 7.0.0-beta.23408.3 diff --git a/global.json b/global.json index 0df69a962..bf1732f08 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "7.0.109", + "dotnet": "7.0.110", "runtimes": { "dotnet": [ "$(VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion)" @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23370.3", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23370.3" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.23408.3", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.23408.3" } }