aboutsummaryrefslogtreecommitdiff
path: root/src/heat
diff options
context:
space:
mode:
Diffstat (limited to 'src/heat')
-rw-r--r--src/heat/heat.csproj3
1 files changed, 2 insertions, 1 deletions
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>