aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj3
-rw-r--r--src/heat/heat.csproj3
-rw-r--r--src/wix/wix.csproj3
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 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks> 6 <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
7 <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461</TargetFrameworks>
7 <Description></Description> 8 <Description></Description>
8 <Title>WiX Toolset MSBuild Tasks</Title> 9 <Title>WiX Toolset MSBuild Tasks</Title>
9 <DebugType>embedded</DebugType> 10 <DebugType>embedded</DebugType>
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 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFrameworks>netcoreapp2.1;net461;net472</TargetFrameworks> 6 <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
7 <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461</TargetFrameworks>
7 <OutputType>Exe</OutputType> 8 <OutputType>Exe</OutputType>
8 <Description>Harvester</Description> 9 <Description>Harvester</Description>
9 <Title>WiX Harvester</Title> 10 <Title>WiX Harvester</Title>
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 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFrameworks>netcoreapp2.1;net461;net472</TargetFrameworks> 6 <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
7 <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461</TargetFrameworks>
7 <OutputType>Exe</OutputType> 8 <OutputType>Exe</OutputType>
8 <Description>Compiler</Description> 9 <Description>Compiler</Description>
9 <Title>WiX Toolset Compiler</Title> 10 <Title>WiX Toolset Compiler</Title>