From 7b6c80b86a791d55cdeb9ad980c2747d76595f64 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 26 Nov 2022 13:27:37 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20221125.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22574.1 -> To Version 8.0.0-beta.22575.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbaf800cb..2dfef7015 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -192,18 +192,18 @@ - + https://github.com/dotnet/arcade - 7cd5e97416ad782621a2cce154d659253c06223a + b61fcdfe86b30fe91898bfb296f4f4396fe5d87a - + https://github.com/dotnet/arcade - 7cd5e97416ad782621a2cce154d659253c06223a + b61fcdfe86b30fe91898bfb296f4f4396fe5d87a - + https://github.com/dotnet/arcade - 7cd5e97416ad782621a2cce154d659253c06223a + b61fcdfe86b30fe91898bfb296f4f4396fe5d87a https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 2c0dff3e6..da7eeda9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22574.1 + 8.0.0-beta.22575.1 diff --git a/global.json b/global.json index 3091f1fff..c600b9564 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22574.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22574.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22575.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22575.1" } }