From eb51e58bf42b91498676cf4da13504de5607876b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 13:24:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20240124.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24072.1 -> To Version 9.0.0-beta.24074.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 ce5bcc58b..643816028 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -206,18 +206,18 @@ - + https://github.com/dotnet/arcade - 3e1d8f1566e3e88816e816aff285bdd709c1260a + ac3bef13c5ab17858f69c12d015057a992f8da8a - + https://github.com/dotnet/arcade - 3e1d8f1566e3e88816e816aff285bdd709c1260a + ac3bef13c5ab17858f69c12d015057a992f8da8a - + https://github.com/dotnet/arcade - 3e1d8f1566e3e88816e816aff285bdd709c1260a + ac3bef13c5ab17858f69c12d015057a992f8da8a https://github.com/dotnet/arcade-services @@ -227,9 +227,9 @@ https://github.com/dotnet/arcade-services 94608f93ee72a99bd613d3f922e095daeb4d1bf1 - + https://github.com/dotnet/arcade - 3e1d8f1566e3e88816e816aff285bdd709c1260a + ac3bef13c5ab17858f69c12d015057a992f8da8a https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 56118ea2b..1eae5dae9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 9.0.0-beta.24072.1 + 9.0.0-beta.24074.1 diff --git a/global.json b/global.json index f09a6e155..d1979db7d 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.24072.1", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24072.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24074.1", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24074.1" } }