diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 14:40:39 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-08-17 14:43:39 -0500 |
commit | c6779d3cb55a77609db839258e3c1f6db7490a70 (patch) | |
tree | 27c32cfe670ceb3183b0f9480c98047ccb7d55cf /src | |
parent | 3761d820d9407c0417e7ef26386d9d906e1e5329 (diff) | |
download | wix-c6779d3cb55a77609db839258e3c1f6db7490a70.tar.gz wix-c6779d3cb55a77609db839258e3c1f6db7490a70.tar.bz2 wix-c6779d3cb55a77609db839258e3c1f6db7490a70.zip |
Only target all frameworks in Release
Diffstat (limited to '')
-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> |