From 2c040e2d5b401af3607cf6e482cffeaa511d167a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 17 Aug 2020 14:55:17 -0500 Subject: Only target all frameworks in Release --- src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj | 3 ++- .../WixToolset.Core.ExtensionCache.csproj | 3 ++- src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj | 3 ++- .../WixToolset.Core.WindowsInstaller.csproj | 3 ++- src/WixToolset.Core/WixToolset.Core.csproj | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj index ac99b8b3..1571b6a0 100644 --- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj +++ b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Core Burn WiX Toolset Core Burn embedded diff --git a/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj b/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj index cd10c7d8..78c94d31 100644 --- a/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj +++ b/src/WixToolset.Core.ExtensionCache/WixToolset.Core.ExtensionCache.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Extension Cache WiX Toolset Extension Cache embedded diff --git a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj index 703c068f..6a8dfdf4 100644 --- a/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj +++ b/src/WixToolset.Core.TestPackage/WixToolset.Core.TestPackage.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Internal WiX Toolset Test Package embedded true diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj index 32ed50f9..b7e4d5ed 100644 --- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj +++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Core Windows Installer WiX Toolset Core Windows Installer embedded diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index a2cc7d5a..c40df9cc 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 Core WiX Toolset Core embedded -- cgit v1.2.3-55-g6feb