From 99a4452f23c63f15210789494c899247800e344d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:26:52 +0000 Subject: [PATCH] [main] Update dependencies from dotnet/arcade (#17915) [main] Update dependencies from dotnet/arcade --- 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 a805df0d3..8bf528ffe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,18 +206,18 @@ - + https://github.com/dotnet/arcade - 38aa367e014493c6f6ebfe94d9029bea01d072c4 + 29736c3a40dc33e94b8a7fdf72dad6d441f9e46f - + https://github.com/dotnet/arcade - 38aa367e014493c6f6ebfe94d9029bea01d072c4 + 29736c3a40dc33e94b8a7fdf72dad6d441f9e46f - + https://github.com/dotnet/arcade - 38aa367e014493c6f6ebfe94d9029bea01d072c4 + 29736c3a40dc33e94b8a7fdf72dad6d441f9e46f https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ https://github.com/dotnet/arcade-services 5263b603d90991a0c200aca8b8892c3d7cfe4751 - + https://github.com/dotnet/arcade - 38aa367e014493c6f6ebfe94d9029bea01d072c4 + 29736c3a40dc33e94b8a7fdf72dad6d441f9e46f https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d17537ffa..1e81412a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.23601.1 + 9.0.0-beta.23604.3 diff --git a/global.json b/global.json index b74be4a43..90d19f2af 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.23601.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23601.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23604.3", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23604.3" } }