From c039c1d6acd576df6708b6425dd2335fb120db0b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:16:49 -0800 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17730) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b09da9dee..6f9ec9b26 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - 21c8b7373b7e4845f7df0ad15654529c1f41b66d + aa0317458d29ec79935ca04fa47d3a6f14a0944f - + https://github.com/dotnet/arcade - 21c8b7373b7e4845f7df0ad15654529c1f41b66d + aa0317458d29ec79935ca04fa47d3a6f14a0944f - + https://github.com/dotnet/arcade - 21c8b7373b7e4845f7df0ad15654529c1f41b66d + aa0317458d29ec79935ca04fa47d3a6f14a0944f https://github.com/dotnet/arcade-services @@ -223,9 +223,9 @@ https://github.com/dotnet/arcade-services 88b0cbb096999d03068ddc9945465a3f5b6ba5da - + https://github.com/dotnet/arcade - 21c8b7373b7e4845f7df0ad15654529c1f41b66d + aa0317458d29ec79935ca04fa47d3a6f14a0944f https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 3eed58e7e..8b22340b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23556.4 + 9.0.0-beta.23557.7 diff --git a/global.json b/global.json index 3ea1011e4..9edb2480f 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23556.4", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23556.4" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23557.7", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23557.7" } }