From 2d8333b891c46bae8094c004e960d5e566ed6090 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 14 Nov 2023 13:16:05 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20231113.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.23560.1 -> To Version 9.0.0-beta.23563.1 --- 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 d04d795a9..4043f60cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,18 +206,18 @@ - + https://github.com/dotnet/arcade - 576b0a6fca70266087aa247d68896376ecec8c6e + e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e - + https://github.com/dotnet/arcade - 576b0a6fca70266087aa247d68896376ecec8c6e + e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e - + https://github.com/dotnet/arcade - 576b0a6fca70266087aa247d68896376ecec8c6e + e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ https://github.com/dotnet/arcade-services 7bb1ccf29e6ee5a08cce5e0cc5b6e9bde1b0cda8 - + https://github.com/dotnet/arcade - 576b0a6fca70266087aa247d68896376ecec8c6e + e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index bc414863f..27520f8c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.23560.1 + 9.0.0-beta.23563.1 diff --git a/global.json b/global.json index 80c3afe89..ac889959f 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.23560.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23560.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23563.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.23563.1" } }