diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-18 02:33:32 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-18 02:56:30 -0700 |
commit | f71e6a5dfdda7f12bac06b36ef6761af41b94ea1 (patch) | |
tree | 9cd29e9da120b4db760869c99cc7342afc712d2b /src/heat | |
parent | aee0611332b06012b8ae2e34744c54db20c0dda0 (diff) | |
download | wix-f71e6a5dfdda7f12bac06b36ef6761af41b94ea1.tar.gz wix-f71e6a5dfdda7f12bac06b36ef6761af41b94ea1.tar.bz2 wix-f71e6a5dfdda7f12bac06b36ef6761af41b94ea1.zip |
Re-enable suppressed ICES test and update dependencies
Completes wixtoolset/issues#5946
Diffstat (limited to 'src/heat')
-rw-r--r-- | src/heat/heat.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index 53446e2f..83f97343 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj | |||
@@ -26,6 +26,7 @@ | |||
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.*" /> | ||
29 | <PackageReference Include="WixToolset.Harvesters" Version="4.0.*" /> | 30 | <PackageReference Include="WixToolset.Harvesters" Version="4.0.*" /> |
30 | </ItemGroup> | 31 | </ItemGroup> |
31 | 32 | ||