From dbdf30a771bddec9259b6a55e6e5c56e3d6af535 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 04:53:14 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220209.1 (#6104) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- global.json | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec1cba545..1c85a9a5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,25 +75,25 @@ - + https://github.com/dotnet/arcade - dda61e4601d38b5d9d972f0541ff652ba5a16ad6 + 00b6cce8983065a9cf9fb108a724f28ec44eaf75 - + https://github.com/dotnet/arcade - dda61e4601d38b5d9d972f0541ff652ba5a16ad6 + 00b6cce8983065a9cf9fb108a724f28ec44eaf75 - + https://github.com/dotnet/arcade - dda61e4601d38b5d9d972f0541ff652ba5a16ad6 + 00b6cce8983065a9cf9fb108a724f28ec44eaf75 - + https://github.com/dotnet/arcade - dda61e4601d38b5d9d972f0541ff652ba5a16ad6 + 00b6cce8983065a9cf9fb108a724f28ec44eaf75 - + https://github.com/dotnet/arcade - dda61e4601d38b5d9d972f0541ff652ba5a16ad6 + 00b6cce8983065a9cf9fb108a724f28ec44eaf75 diff --git a/eng/Versions.props b/eng/Versions.props index a96c9c1e4..a9dd56b9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,9 +37,9 @@ - 7.0.0-beta.22108.1 - 7.0.0-beta.22108.1 - 7.0.0-beta.22108.1 + 7.0.0-beta.22109.1 + 7.0.0-beta.22109.1 + 7.0.0-beta.22109.1 diff --git a/global.json b/global.json index 2d590de79..467aa9230 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22108.1", - "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22108.1" + "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22109.1", + "Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22109.1" }, "sdk": { "version": "7.0.100-alpha.1.22053.1" -- GitLab