Skip to content

Commit

Permalink
Merge pull request #294 from dotnet/wix8722
Browse files Browse the repository at this point in the history
Update WiX to 3.14.1.8722
  • Loading branch information
baronfel authored Apr 10, 2024
2 parents ffb7b78 + bb93094 commit 2cd7c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redist/targets/GenerateMSIs.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Target Name="SetupWixProperties" DependsOnTargets="SetupFileExtensions;GetCurrentRuntimeInformation">
<!-- AcquireWix Properties -->
<PropertyGroup>
<WixVersion>3.14.0.8606</WixVersion>
<WixVersion>3.14.1.8722</WixVersion>
<WixDownloadUrl>https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip</WixDownloadUrl>
<WixRoot>$(ArtifactsDir)Tools/WixTools/$(WixVersion)</WixRoot>
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>
Expand Down

0 comments on commit 2cd7c9a

Please sign in to comment.