diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-22 07:47:43 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-22 07:47:43 -0700 |
commit | 6b51e3b2bfd321f98e855141eb4b15a75bcd8c16 (patch) | |
tree | d475f3314df829a21afed4a902abcccc1104e11a /src/WixToolset.Core/WixToolset.Core.csproj | |
parent | ab6477ed0faf81cf152d99a3e07f7489b7dea7f7 (diff) | |
download | wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.tar.gz wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.tar.bz2 wix-6b51e3b2bfd321f98e855141eb4b15a75bcd8c16.zip |
Fix CLI header
Diffstat (limited to 'src/WixToolset.Core/WixToolset.Core.csproj')
-rw-r--r-- | src/WixToolset.Core/WixToolset.Core.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/WixToolset.Core.csproj b/src/WixToolset.Core/WixToolset.Core.csproj index 3db31e4d..de7f004e 100644 --- a/src/WixToolset.Core/WixToolset.Core.csproj +++ b/src/WixToolset.Core/WixToolset.Core.csproj | |||
@@ -4,7 +4,7 @@ | |||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
7 | <Description></Description> | 7 | <Description>Core</Description> |
8 | <Title>WiX Toolset Core</Title> | 8 | <Title>WiX Toolset Core</Title> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||