From aed2c75c8755dad1e06c19bba9d6fbefa8efd417 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 13:42:27 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200116.1 (#2445) - Microsoft.DotNet.ApiCompat - 5.0.0-beta.20066.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20066.1 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.20066.1 - Microsoft.DotNet.GenAPI - 5.0.0-beta.20066.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20066.1 --- 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 9908d8c33..a87c1631a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,13 +63,13 @@ https://github.com/dotnet/core-setup 4ace84dbf94128b4825c76cdd09b46dba7473478 - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 https://github.com/dotnet/corefx @@ -95,17 +95,17 @@ https://github.com/dotnet/coreclr b415b57a15b0c6ba77e63df901823bb46b8aafda - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 https://github.com/dotnet/corefx diff --git a/eng/Versions.props b/eng/Versions.props index 7d91593c8..2a80051dd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,9 +41,9 @@ - 5.0.0-beta.20065.5 - 5.0.0-beta.20065.5 - 5.0.0-beta.20065.5 + 5.0.0-beta.20066.1 + 5.0.0-beta.20066.1 + 5.0.0-beta.20066.1 diff --git a/global.json b/global.json index 7b160c68c..d5b2ffd61 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20065.5", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20065.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20066.1", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20066.1" }, "native-tools": { "strawberry-perl": "5.28.1.1-1", -- GitLab