From 083faf3a3167a8033e3a5cae32838ad0b70df09a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:30:05 -0800 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#18064) 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 65da861ae..5f821d5ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -211,18 +211,18 @@ - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + 54dd1f1712db6ccab4a7895e444947a33ed4dee0 - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + 54dd1f1712db6ccab4a7895e444947a33ed4dee0 - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + 54dd1f1712db6ccab4a7895e444947a33ed4dee0 https://github.com/dotnet/arcade-services @@ -232,9 +232,9 @@ https://github.com/dotnet/arcade-services 702f946f89ace6197fdca2ac309d32187c4bc1bd - + https://github.com/dotnet/arcade - 9e5fd26c0d1a187dfa08242d83e341634d4b1b07 + 54dd1f1712db6ccab4a7895e444947a33ed4dee0 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d2e866580..ffdd85b9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.23628.1 + 9.0.0-beta.24052.1 diff --git a/global.json b/global.json index 1997bd658..6bcea4d74 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.23628.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23628.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24052.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24052.1" } }