From ae7f47d456a1e5d8b0cb479f69d39a889412d25c Mon Sep 17 00:00:00 2001 From: Vitek Karas Date: Mon, 19 Jul 2021 18:54:03 +0200 Subject: [PATCH] Fixes building Host tests from VS (#55917) When building the Host tests projects from VS the CrossGen2 related properties are not set (probably because the build type is not set to Core - which doesn't matter for the tests). Changed the includes to be conditional. --- .../Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props index 28ac4374be2..3fe16b05bac 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props @@ -155,10 +155,10 @@ - + - + true -- 2.34.1