diff options
Diffstat (limited to 'src/ext/VisualStudio/wixlib/vs.wixproj')
-rw-r--r-- | src/ext/VisualStudio/wixlib/vs.wixproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/VisualStudio/wixlib/vs.wixproj b/src/ext/VisualStudio/wixlib/vs.wixproj index db3e2cff..f2852683 100644 --- a/src/ext/VisualStudio/wixlib/vs.wixproj +++ b/src/ext/VisualStudio/wixlib/vs.wixproj | |||
@@ -2,7 +2,6 @@ | |||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
3 | 3 | ||
4 | <Project Sdk="WixToolset.Sdk"> | 4 | <Project Sdk="WixToolset.Sdk"> |
5 | |||
6 | <PropertyGroup> | 5 | <PropertyGroup> |
7 | <OutputType>Library</OutputType> | 6 | <OutputType>Library</OutputType> |
8 | <BindFiles>true</BindFiles> | 7 | <BindFiles>true</BindFiles> |
@@ -14,6 +13,7 @@ | |||
14 | </ItemGroup> | 13 | </ItemGroup> |
15 | 14 | ||
16 | <ItemGroup> | 15 | <ItemGroup> |
17 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" /> | 16 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
17 | <PackageReference Include="GitInfo" /> | ||
18 | </ItemGroup> | 18 | </ItemGroup> |
19 | </Project> | 19 | </Project> |