From 97042b63417878a879fb947c0986b60729ba4dab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:59:39 -0700 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17668) 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 177c0106e..ca753b489 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -202,18 +202,18 @@ - + https://github.com/dotnet/arcade - bb2b4326ddf03d86c92bd125dba87e9d8df63463 + 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba - + https://github.com/dotnet/arcade - bb2b4326ddf03d86c92bd125dba87e9d8df63463 + 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba - + https://github.com/dotnet/arcade - bb2b4326ddf03d86c92bd125dba87e9d8df63463 + 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba https://github.com/dotnet/arcade-services @@ -223,9 +223,9 @@ https://github.com/dotnet/arcade-services f7d6c1e3aa9f78f08aa0647f5cdf5d0178cc1a5c - + https://github.com/dotnet/arcade - 41cd1b7f72df41c8598a3be11d0dafbf98d4bc16 + 0ebe09a5ce6665a5fe1df1c644d4f77189c4deba https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4ce6a6de8..6014be606 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23528.2 + 9.0.0-beta.23531.1 diff --git a/global.json b/global.json index cf986a086..ae0c27a1d 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.23528.2", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23528.2" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23531.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23531.1" } }