diff options
Diffstat (limited to 'src/WixToolset.Core/WixToolset.Core.csproj')
-rw-r--r-- | src/WixToolset.Core/WixToolset.Core.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index a2cc7d5a..c40df9cc 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.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 | <Description>Core</Description> | 8 | <Description>Core</Description> |
8 | <Title>WiX Toolset Core</Title> | 9 | <Title>WiX Toolset Core</Title> |
9 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |