aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj')
-rw-r--r--src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
index d9493b8a..3542f85a 100644
--- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
+++ b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.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 <Description>Core Burn</Description> 7 <Description>Core Burn</Description>
8 <Title>WiX Toolset Core Burn</Title> 8 <Title>WiX Toolset Core Burn</Title>
9 <DebugType>embedded</DebugType> 9 <DebugType>embedded</DebugType>