Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 860de63

Browse files
author
William Lee
authored
Update wix version (#8313)
1 parent da63455 commit 860de63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/Installer.MSI.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<!-- AcquireWix Properties -->
44
<PropertyGroup>
5-
<WixVersion>3.10.2</WixVersion>
5+
<WixVersion>3.10.4</WixVersion>
66
<WixDownloadUrl>https://dotnetcli.azureedge.net/build/wix/wix.$(WixVersion).zip</WixDownloadUrl>
77
<WixRoot>$(IntermediateDirectory)/WixTools/$(WixVersion)</WixRoot>
88
<WixDestinationPath>$(WixRoot)/WixTools.$(WixVersion).zip</WixDestinationPath>

0 commit comments

Comments
 (0)