diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 14:55:17 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 14:59:04 -0500 |
| commit | 2c040e2d5b401af3607cf6e482cffeaa511d167a (patch) | |
| tree | c4b2dff1e3554b256e5f9a61266ccfddc82d1d4f /src/WixToolset.Core.WindowsInstaller | |
| parent | d26157531381aba81d2cac15e424b7e5c738253a (diff) | |
| download | wix-2c040e2d5b401af3607cf6e482cffeaa511d167a.tar.gz wix-2c040e2d5b401af3607cf6e482cffeaa511d167a.tar.bz2 wix-2c040e2d5b401af3607cf6e482cffeaa511d167a.zip | |
Only target all frameworks in Release
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> | 6 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 7 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> | ||
| 7 | <Description>Core Windows Installer</Description> | 8 | <Description>Core Windows Installer</Description> |
| 8 | <Title>WiX Toolset Core Windows Installer</Title> | 9 | <Title>WiX Toolset Core Windows Installer</Title> |
| 9 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
