From 8ef92470e50d909fc661852d9ec5c9a4f55af438 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Feb 2024 13:13:06 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240206.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24105.3 -> To Version 9.0.0-beta.24106.2 --- 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 1cb400ac3..1989d1c68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -243,17 +243,17 @@ - + https://github.com/dotnet/arcade - 8cfc9489d3e51071fedec9dcb99071dc912718bd + f7eb7794c703dc29a83b414b786e9a154f0ca042 - + https://github.com/dotnet/arcade - 8cfc9489d3e51071fedec9dcb99071dc912718bd + f7eb7794c703dc29a83b414b786e9a154f0ca042 - + https://github.com/dotnet/arcade - 8cfc9489d3e51071fedec9dcb99071dc912718bd + f7eb7794c703dc29a83b414b786e9a154f0ca042 https://github.com/dotnet/arcade-services @@ -263,14 +263,14 @@ https://github.com/dotnet/arcade-services 749beebfd890571ce6f3fe8f557cb3cad070c946 - + https://github.com/dotnet/arcade - 8cfc9489d3e51071fedec9dcb99071dc912718bd + f7eb7794c703dc29a83b414b786e9a154f0ca042 - + https://github.com/dotnet/arcade - 8cfc9489d3e51071fedec9dcb99071dc912718bd + f7eb7794c703dc29a83b414b786e9a154f0ca042 diff --git a/eng/Versions.props b/eng/Versions.props index 9cc982513..f513dd87f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.24105.3 + 9.0.0-beta.24106.2 diff --git a/global.json b/global.json index e17dbd6b1..2d0fcc931 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24105.3", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24105.3" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24106.2", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24106.2" } }