Update WiX 3.14.1

This commit is contained in:
iadgovuser29 2024-03-26 09:43:40 -04:00
parent 9ace6e15fa
commit 2f9df6a945

View File

@ -45,7 +45,7 @@
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Management" Version="6.0.0" />
<PackageReference Include="System.Security.Principal.Windows" Version="5.0.0" />
<PackageReference Include="WiX" Version="3.14.0">
<PackageReference Include="WiX" Version="3.14.1">
<PrivateAssets>all</PrivateAssets> <!-- These assets will be consumed but won't flow to the parent project -->
</PackageReference>
</ItemGroup>