diff options
-rw-r--r-- | src/tools/heat/heat.csproj | 1 | ||||
-rw-r--r-- | src/tools/test/WixToolsetTest.Heat/HeatRunner.cs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/heat/heat.csproj b/src/tools/heat/heat.csproj index b3d38098..bd6ccb78 100644 --- a/src/tools/heat/heat.csproj +++ b/src/tools/heat/heat.csproj | |||
@@ -32,7 +32,6 @@ | |||
32 | 32 | ||
33 | <ItemGroup> | 33 | <ItemGroup> |
34 | <PackageReference Include="WixToolset.Core" /> | 34 | <PackageReference Include="WixToolset.Core" /> |
35 | <PackageReference Include="WixToolset.Core.Burn" /> | ||
36 | </ItemGroup> | 35 | </ItemGroup> |
37 | 36 | ||
38 | <ItemGroup> | 37 | <ItemGroup> |
diff --git a/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs b/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs index 287698a9..d8b6b39a 100644 --- a/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs +++ b/src/tools/test/WixToolsetTest.Heat/HeatRunner.cs | |||
@@ -7,7 +7,6 @@ namespace WixToolsetTest.Harvesters | |||
7 | using System.Threading; | 7 | using System.Threading; |
8 | using System.Threading.Tasks; | 8 | using System.Threading.Tasks; |
9 | using WixToolset.Core; | 9 | using WixToolset.Core; |
10 | using WixToolset.Core.Burn; | ||
11 | using WixToolset.Core.TestPackage; | 10 | using WixToolset.Core.TestPackage; |
12 | using WixToolset.Data; | 11 | using WixToolset.Data; |
13 | using WixToolset.Extensibility.Data; | 12 | using WixToolset.Extensibility.Data; |