diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-18 15:44:56 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-18 15:44:56 -0700 |
| commit | 83722a63311ba516889ff0af8510a7740e01a4c2 (patch) | |
| tree | 796e927810ce7ff17dcba444b18099357522b690 /src | |
| parent | cf6531a216dc248177116399120f02d67731f312 (diff) | |
| download | wix-83722a63311ba516889ff0af8510a7740e01a4c2.tar.gz wix-83722a63311ba516889ff0af8510a7740e01a4c2.tar.bz2 wix-83722a63311ba516889ff0af8510a7740e01a4c2.zip | |
Better support all .NETs
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/WixToolset.Data.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj index 72bdaa0f..95f16c66 100644 --- a/src/WixToolset.Data/WixToolset.Data.csproj +++ b/src/WixToolset.Data/WixToolset.Data.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 | <LangVersion>7.3</LangVersion> | 7 | <LangVersion>7.3</LangVersion> |
| 8 | <Title>WiX Toolset Data</Title> | 8 | <Title>WiX Toolset Data</Title> |
| 9 | <Description></Description> | 9 | <Description></Description> |
