From f4c549308896b05879e3b99a1bdbc3de81d61521 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Oct 2022 16:37:13 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20221011.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 7.0.0-beta.22507.2 -> To Version 7.0.0-beta.22511.2 --- 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 6bfdd18a4..b5374896e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - c4f77b4e80e942941e73d70cec045eddbfd7b4eb + f760da39566d1cfa90c89e38d8dfafb3d43f9cae - + https://github.com/dotnet/arcade - c4f77b4e80e942941e73d70cec045eddbfd7b4eb + f760da39566d1cfa90c89e38d8dfafb3d43f9cae - + https://github.com/dotnet/arcade - c4f77b4e80e942941e73d70cec045eddbfd7b4eb + f760da39566d1cfa90c89e38d8dfafb3d43f9cae https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 3fcf24983..81ff71601 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -27,7 +27,7 @@ - 7.0.0-beta.22507.2 + 7.0.0-beta.22511.2 diff --git a/global.json b/global.json index 4ac53c9bc..e92de548b 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.16.4" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22507.2", - "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22507.2" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22511.2", + "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22511.2" } }