diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 15:11:17 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 15:15:19 -0500 |
| commit | ce763a840147a75876136f18b46bca5245078da3 (patch) | |
| tree | 6e46fa9e3faaf2bf519aa5a1097929799f225ca8 /src | |
| parent | 524e930f7c103cdc257aa1917485f89725a0daad (diff) | |
| download | wix-ce763a840147a75876136f18b46bca5245078da3.tar.gz wix-ce763a840147a75876136f18b46bca5245078da3.tar.bz2 wix-ce763a840147a75876136f18b46bca5245078da3.zip | |
Only target all frameworks in Release
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 3 | ||||
| -rw-r--r-- | src/heat/heat.csproj | 3 | ||||
| -rw-r--r-- | 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 @@ | |||
| 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> |
