aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Tools.Core
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-10-20 01:00:05 -0700
committerRob Mensching <rob@firegiant.com>2019-10-20 01:06:43 -0700
commitcef6ac5735e9cf47fb51746f136d6703f2d45de6 (patch)
tree71726a5acb05914212eeee7b2cad36de71f91419 /src/WixToolset.Tools.Core
parentc8c22de1957f8eeb2c9fc03df12db6af41613ca9 (diff)
downloadwix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.tar.gz
wix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.tar.bz2
wix-cef6ac5735e9cf47fb51746f136d6703f2d45de6.zip
Better support all .NETs and fix-up integration tests
Diffstat (limited to 'src/WixToolset.Tools.Core')
-rw-r--r--src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj b/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
index 0f67db73..04869f00 100644
--- a/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
+++ b/src/WixToolset.Tools.Core/WixToolset.Tools.Core.csproj
@@ -3,7 +3,7 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>netstandard2.0</TargetFramework> 6 <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks>
7 <Description>Tools Core</Description> 7 <Description>Tools Core</Description>
8 <Title>WiX Toolset Tools Core</Title> 8 <Title>WiX Toolset Tools Core</Title>
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>