From d985b8568b1eb40f8c3f1b3a7e8eda7459b29a3d Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 26 Mar 2020 14:15:56 +0100 Subject: [PATCH] Import Microsoft.Managed targets in Sdk.IL If Microsoft.Managed targets aren't imported, multitargeting is broken as the required `InnerBuildProperty` and `InnerBuildPropertyValues` properties aren't defined. Those properties are read by the Graph APIs to identify if a build is an outer or inner build and multiplexes on them. Fixes https://github.com/dotnet/runtime/issues/34123 --- .../targets/Microsoft.NET.Sdk.IL.Common.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets b/src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets index bc0c4be3216df2..3738e440323b46 100644 --- a/src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets +++ b/src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets @@ -6,8 +6,10 @@ Copyright (c) .NET Foundation. All rights reserved. *********************************************************************************************** --> + - + +