From ce763a840147a75876136f18b46bca5245078da3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 17 Aug 2020 15:11:17 -0500 Subject: Only target all frameworks in Release --- src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 3 ++- src/heat/heat.csproj | 3 ++- src/wix/wix.csproj | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj index 70582569..2d7e7ca7 100644 --- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj +++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj @@ -3,7 +3,8 @@ - netcoreapp2.1;net461 + netcoreapp2.1 + $(TargetFrameworks);net461 WiX Toolset MSBuild Tasks embedded diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 1dea7a75..780a9496 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj @@ -3,7 +3,8 @@ - netcoreapp2.1;net461;net472 + netcoreapp2.1 + $(TargetFrameworks);net461 Exe Harvester WiX Harvester diff --git a/src/wix/wix.csproj b/src/wix/wix.csproj index 187af7d1..3125a7e7 100644 --- a/src/wix/wix.csproj +++ b/src/wix/wix.csproj @@ -3,7 +3,8 @@ - netcoreapp2.1;net461;net472 + netcoreapp2.1 + $(TargetFrameworks);net461 Exe Compiler WiX Toolset Compiler -- cgit v1.2.3-55-g6feb