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.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
index 30079866..caf58c91 100644
--- a/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
+++ b/src/WixToolset.Core.Burn/WixToolset.Core.Burn.csproj
@@ -8,17 +8,13 @@
8 <Title>WiX Toolset Core Burn</Title> 8 <Title>WiX Toolset Core Burn</Title>
9 </PropertyGroup> 9 </PropertyGroup>
10 10
11 <PropertyGroup>
12 <NoWarn>NU1701</NoWarn>
13 </PropertyGroup>
14
15 <ItemGroup> 11 <ItemGroup>
16 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" /> 12 <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" />
17 </ItemGroup> 13 </ItemGroup>
18 14
19 <ItemGroup> 15 <ItemGroup>
20 <PackageReference Include="WixToolset.Dtf.Resources" Version="4.0.*" /> 16 <PackageReference Include="WixToolset.Dtf.Resources" Version="4.0.*" NoWarn="NU1701" />
21 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" /> 17 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.*" NoWarn="NU1701" />
22 </ItemGroup> 18 </ItemGroup>
23 19
24 <ItemGroup> 20 <ItemGroup>