aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2019-10-20 00:36:54 -0700
committerRob Mensching <rob@firegiant.com>2019-10-20 00:52:13 -0700
commitd9645d0faf28c2adbad249b4db047df47942160e (patch)
tree0ee22aa28c6f59f5c88c5e8f9fc1ddc330548cfd /src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
parent6155da0bc9e7faa97612d15def98dd68ea2557cd (diff)
downloadwix-d9645d0faf28c2adbad249b4db047df47942160e.tar.gz
wix-d9645d0faf28c2adbad249b4db047df47942160e.tar.bz2
wix-d9645d0faf28c2adbad249b4db047df47942160e.zip
Better support all .NETs and remove unnecessary NuGet workarounds
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
index b940e39b..f1351aba 100644
--- a/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.csproj
+++ b/src/WixToolset.Core.WindowsInstaller/WixToolset.Core.WindowsInstaller.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>Core Windows Installer</Description> 7 <Description>Core Windows Installer</Description>
8 <Title>WiX Toolset Core Windows Installer</Title> 8 <Title>WiX Toolset Core Windows Installer</Title>
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>