Fixes for WiX v4 migration

This commit is contained in:
Cameron Gutman 2023-07-14 20:05:49 -05:00
commit d5e2d59fe9
2 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,6 @@
<ItemGroup>
<PackageReference Include="WixToolset.Firewall.wixext" Version="4.*" />
<PackageReference Include="WixToolset.Util.wixext" Version="4.*" />
<PackageReference Include="WixToolset.Heat" />
<PackageReference Include="WixToolset.Heat" Version="4.*" />
</ItemGroup>
</Project>