diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:00:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-20 01:06:43 -0700 |
commit | cef6ac5735e9cf47fb51746f136d6703f2d45de6 (patch) | |
tree | 71726a5acb05914212eeee7b2cad36de71f91419 /src/wixcop | |
parent | c8c22de1957f8eeb2c9fc03df12db6af41613ca9 (diff) | |
download | wix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.tar.gz wix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.tar.bz2 wix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.zip |
Better support all .NETs and fix-up integration tests
Diffstat (limited to 'src/wixcop')
-rw-r--r-- | src/wixcop/WixCop.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index 4c0d9a16..858d3b52 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFrameworks>net461;netcoreapp2.1</TargetFrameworks> | 6 | <TargetFrameworks>netcoreapp2.1;net461;net472</TargetFrameworks> |
7 | <OutputType>Exe</OutputType> | 7 | <OutputType>Exe</OutputType> |
8 | <Description>Converter</Description> | 8 | <Description>Converter</Description> |
9 | <Title>WiX Error Correction Tool</Title> | 9 | <Title>WiX Error Correction Tool</Title> |