From 2a0b285e28bd8181c7c05a8bfb776a5fa1a87471 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:20:47 +0100 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#18871) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5613ff91e..cdd5fe418 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -243,17 +243,17 @@ - + https://github.com/dotnet/arcade - 87d89025bdd8827c016e4083660d31f497670e5c + 010fecb0832fd4f0a39012ebd0859afc4bca750d - + https://github.com/dotnet/arcade - 87d89025bdd8827c016e4083660d31f497670e5c + 010fecb0832fd4f0a39012ebd0859afc4bca750d - + https://github.com/dotnet/arcade - 87d89025bdd8827c016e4083660d31f497670e5c + 010fecb0832fd4f0a39012ebd0859afc4bca750d https://github.com/dotnet/arcade-services @@ -263,14 +263,14 @@ https://github.com/dotnet/arcade-services c041bcdab75f5447be8bd11ddcfbe8e639f13f32 - + https://github.com/dotnet/arcade - 87d89025bdd8827c016e4083660d31f497670e5c + 010fecb0832fd4f0a39012ebd0859afc4bca750d - + https://github.com/dotnet/arcade - 87d89025bdd8827c016e4083660d31f497670e5c + 010fecb0832fd4f0a39012ebd0859afc4bca750d diff --git a/eng/Versions.props b/eng/Versions.props index 416d18e99..5a17bbb5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.24151.5 + 9.0.0-beta.24154.2 diff --git a/global.json b/global.json index ed875e89b..9f58ff4c9 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24151.5", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24151.5" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24154.2", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24154.2" } }