From 07ac87549c6f231b663f39a6a4dd53a0d355d10c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Apr 2021 12:07:33 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/runtime build 20210418.1 Microsoft.NET.Sdk.IL From Version 6.0.0-preview.4.21211.7 -> To Version 6.0.0-preview.5.21218.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2e6b8dc1d8a..681d36769f3c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,9 +12,9 @@ https://github.com/dotnet/arcade 28d9452d7e2ae4e98a1df735b90b03d3cac1f4e7 - + https://github.com/dotnet/runtime - 355eff52bed00e7ca9d4a6d769ddbe2bbadbea47 + ccc25a90082fa6592eeca8e146ff37e1b7d6b79d - 6.0.0-preview.4.21211.7 + 6.0.0-preview.5.21218.1 $(MicrosoftNETSdkILPackageVersion) diff --git a/global.json b/global.json index 2ad7d9f78d21..e632e1de0dbb 100644 --- a/global.json +++ b/global.json @@ -10,6 +10,6 @@ "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21209.17", "Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0", - "Microsoft.NET.Sdk.IL": "6.0.0-preview.4.21211.7" + "Microsoft.NET.Sdk.IL": "6.0.0-preview.5.21218.1" } }