From f1ab5fe8b9c4ffe0f4dd7f8a85e917deb8e96dde Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Mon, 22 Apr 2019 15:59:18 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/core-setup build 20190422.03 - Microsoft.NETCore.App - 3.0.0-preview5-27622-03 Dependency coherency updates - Microsoft.NET.Sdk.IL - 3.0.0-preview5-27622-71 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.ILAsm - 3.0.0-preview5-27622-71 (parent: Microsoft.NETCore.App) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57020e4802f..05a3ae63cc6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,9 +10,9 @@ Note: if the Uri is a new place, you will need to add a subscription from that p - + https://github.com/dotnet/core-setup - a6726f7f1f087577d28e12fab071d98cc6485e24 + 71e82f7527ab3fd2102262beaf13a9ed07a893ad @@ -52,14 +52,14 @@ Note: if the Uri is a new place, you will need to add a subscription from that p b96247e76506e81ff6eb28dd2a14914a59e2a257 - + https://github.com/dotnet/coreclr - a36bc61442d89d0b5c58b0b14e7bd3bde218f24d + a8d5756796b57d2347e31deb405db4cf1a7e055b 5596 - + https://github.com/dotnet/coreclr - a36bc61442d89d0b5c58b0b14e7bd3bde218f24d + a8d5756796b57d2347e31deb405db4cf1a7e055b 5596 diff --git a/eng/Versions.props b/eng/Versions.props index eb5cdd46819..12215340186 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ - 3.0.0-preview5-27622-01 + 3.0.0-preview5-27622-03 @@ -32,7 +32,7 @@ 3.0.0-preview5-27616-73 - 3.0.0-preview5-27621-72 + 3.0.0-preview5-27622-71 diff --git a/global.json b/global.json index 985ad32e3ec..24ceb3e6a09 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19218.7", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19218.7", - "Microsoft.NET.Sdk.IL": "3.0.0-preview5-27621-72" + "Microsoft.NET.Sdk.IL": "3.0.0-preview5-27622-71" } }