diff options
-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> |