diff options
Diffstat (limited to 'src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj')
-rw-r--r-- | src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj index caf58c91..43da3cd1 100644 --- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj +++ b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj | |||
@@ -6,6 +6,8 @@ | |||
6 | <TargetFramework>netstandard2.0</TargetFramework> | 6 | <TargetFramework>netstandard2.0</TargetFramework> |
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> | ||
10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | ||
9 | </PropertyGroup> | 11 | </PropertyGroup> |
10 | 12 | ||
11 | <ItemGroup> | 13 | <ItemGroup> |
@@ -18,6 +20,7 @@ | |||
18 | </ItemGroup> | 20 | </ItemGroup> |
19 | 21 | ||
20 | <ItemGroup> | 22 | <ItemGroup> |
23 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63102-01" PrivateAssets="All"/> | ||
21 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> | 24 | <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> |
22 | </ItemGroup> | 25 | </ItemGroup> |
23 | </Project> | 26 | </Project> |