Setup: Update dependencies

This commit is contained in:
2024-11-17 16:57:53 +01:00
parent c3a2f983d5
commit 70e01849be

View File

@ -13,7 +13,7 @@
</Target> </Target>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Installer\Installer.wixproj" /> <ProjectReference Include="..\Installer\Installer.wixproj" />
<PackageReference Include="WixToolset.Bal.wixext" Version="5.0.1" /> <PackageReference Include="WixToolset.Bal.wixext" Version="5.0.2" />
<PackageReference Include="WixToolset.Util.wixext" Version="5.0.1" /> <PackageReference Include="WixToolset.Util.wixext" Version="5.0.2" />
</ItemGroup> </ItemGroup>
</Project> </Project>