From 7e785d00865a3b7fa3b5f6a2c87a1f0afd04632b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 00:12:18 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210412.6 (#4783) [main] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- eng/common/cross/arm64/tizen-fetch.sh | 2 +- global.json | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5681fd1cf6a..786688fa267 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -150,25 +150,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p - + https://github.com/dotnet/arcade - 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 + db49d790a4bfa977a9ed7436bf2aa242cefae45e - + https://github.com/dotnet/arcade - 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 + db49d790a4bfa977a9ed7436bf2aa242cefae45e - + https://github.com/dotnet/arcade - 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 + db49d790a4bfa977a9ed7436bf2aa242cefae45e - + https://github.com/dotnet/arcade - 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 + db49d790a4bfa977a9ed7436bf2aa242cefae45e - + https://github.com/dotnet/arcade - 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 + db49d790a4bfa977a9ed7436bf2aa242cefae45e diff --git a/eng/Versions.props b/eng/Versions.props index bd04502f751..b1ad591c652 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,9 +53,9 @@ - 6.0.0-beta.21209.17 - 6.0.0-beta.21209.17 - 6.0.0-beta.21209.17 + 6.0.0-beta.21212.6 + 6.0.0-beta.21212.6 + 6.0.0-beta.21212.6 16.5.0 diff --git a/eng/common/cross/arm64/tizen-fetch.sh b/eng/common/cross/arm64/tizen-fetch.sh index a48a6f51c49..16d1301f21e 100644 --- a/eng/common/cross/arm64/tizen-fetch.sh +++ b/eng/common/cross/arm64/tizen-fetch.sh @@ -157,7 +157,7 @@ fetch_tizen_pkgs() Inform "Initialize arm base" fetch_tizen_pkgs_init standard base Inform "fetch common packages" -fetch_tizen_pkgs aarch64 gcc glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel +fetch_tizen_pkgs aarch64 gcc glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel keyutils keyutils-devel libkeyutils Inform "fetch coreclr packages" fetch_tizen_pkgs aarch64 lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwind libunwind-devel lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu Inform "fetch corefx packages" diff --git a/global.json b/global.json index 3ab319d19e5..9e106468a56 100644 --- a/global.json +++ b/global.json @@ -14,9 +14,9 @@ "version": "6.0.100-preview.2.21155.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21209.17", + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21212.6", "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.21076.1", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21209.17", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21212.6", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21213.1" },