From 5f070a214f861c371bcf8bf7fcb40a8458ca62b9 Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Fri, 8 May 2020 18:09:03 +0530 Subject: [PATCH] Don't import .NET Framework's implementation of WinFX targets When the SDK's implementation is being used. --- packaging/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packaging/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props b/packaging/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props index 19f8200fa41..56014a5e24f 100644 --- a/packaging/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props +++ b/packaging/Microsoft.NET.Sdk.WindowsDesktop/Sdk/Sdk.props @@ -24,6 +24,15 @@ Copyright (c) .NET Foundation. All rights reserved. $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)\..\targets)) + + + false + +