From 4e179eb0fab04befca64866328c7e6ba78e83a48 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Fri, 3 Apr 2020 21:26:04 -0500 Subject: [PATCH] Update Dotnet host for testing and other runtime => runtime dependencies (#34516) --- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 8 ++++---- global.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b37c40ed594..6095aa5637c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -142,29 +142,29 @@ https://github.com/dotnet/llvm-project 60293630cb227f866a1726076adbe72398953dbc - + https://github.com/dotnet/runtime - 665983a01f9c604bc3f704f469acb8a08c619d8a + 0375524a91a47ca4db3ee1be548f74bab7e26e76 - + https://github.com/dotnet/runtime - 665983a01f9c604bc3f704f469acb8a08c619d8a + 0375524a91a47ca4db3ee1be548f74bab7e26e76 - + https://github.com/dotnet/runtime - 665983a01f9c604bc3f704f469acb8a08c619d8a + 0375524a91a47ca4db3ee1be548f74bab7e26e76 https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - - https://github.com/dotnet/coreclr - 2c4fb3250989f014550882f5d165cdc36ebdbd08 + + https://github.com/dotnet/runtime + 0375524a91a47ca4db3ee1be548f74bab7e26e76 - + https://github.com/dotnet/runtime - e793fcc19797f407a1b7e98d5f81b04e25a551c3 + 0375524a91a47ca4db3ee1be548f74bab7e26e76 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index cbc5c6dffc5..2d0c300bee4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -70,13 +70,13 @@ 5.0.0-beta.20171.1 5.0.0-beta.20171.1 - 5.0.0-alpha.1.20080.9 - 5.0.0-alpha.1.20080.9 - 5.0.0-alpha.1.20080.9 + 5.0.0-preview.4.20202.18 + 5.0.0-preview.4.20202.18 + 5.0.0-preview.4.20202.18 2.1.0 3.0.0 - 5.0.0-alpha1.19563.3 + 5.0.0-preview.4.20202.18 5.0.0-alpha.1.20076.2 5.0.0-alpha.1.19563.3 diff --git a/global.json b/global.json index 5afecbbe815..a17cc45a868 100644 --- a/global.json +++ b/global.json @@ -17,7 +17,7 @@ "Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk": "5.0.0-beta.20171.1", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20171.1", "FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", - "Microsoft.NET.Sdk.IL": "5.0.0-alpha.1.20076.2", + "Microsoft.NET.Sdk.IL": "5.0.0-preview.4.20202.18", "Microsoft.Build.NoTargets": "1.0.53", "Microsoft.Build.Traversal": "2.0.2" } -- GitLab