diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-18 09:36:31 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-18 09:43:52 -0500 |
commit | be385c4763246707b536f5585414b7e8a165263d (patch) | |
tree | 592df2c79791aec1348a9cb7d5c300c26fd59b9b /src/heat | |
parent | f71e6a5dfdda7f12bac06b36ef6761af41b94ea1 (diff) | |
download | wix-be385c4763246707b536f5585414b7e8a165263d.tar.gz wix-be385c4763246707b536f5585414b7e8a165263d.tar.bz2 wix-be385c4763246707b536f5585414b7e8a165263d.zip |
Don't directly reference WixToolset.Core.Native.
Diffstat (limited to 'src/heat')
-rw-r--r-- | src/heat/heat.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 83f97343..53446e2f 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | <ItemGroup> | 27 | <ItemGroup> |
28 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> | 28 | <PackageReference Include="WixToolset.Core" Version="4.0.*" /> |
29 | <PackageReference Include="WixToolset.Core.Native" Version="4.0.*" /> | ||
30 | <PackageReference Include="WixToolset.Harvesters" Version="4.0.*" /> | 29 | <PackageReference Include="WixToolset.Harvesters" Version="4.0.*" /> |
31 | </ItemGroup> | 30 | </ItemGroup> |
32 | 31 | ||