diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Data/WixToolset.Data.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj index 1f392e66..9f57e2e7 100644 --- a/src/WixToolset.Data/WixToolset.Data.csproj +++ b/src/WixToolset.Data/WixToolset.Data.csproj | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> | 6 | <TargetFrameworks>netstandard2.0</TargetFrameworks> |
| 7 | <TargetFrameworks Condition=" '$(Configuration)'=='Release' ">$(TargetFrameworks);net461;net472</TargetFrameworks> | ||
| 7 | <LangVersion>7.3</LangVersion> | 8 | <LangVersion>7.3</LangVersion> |
| 8 | <Title>WiX Toolset Data</Title> | 9 | <Title>WiX Toolset Data</Title> |
| 9 | <Description></Description> | 10 | <Description></Description> |
