Skip to content

Commit 236a724

Browse files
authored
Update WiX to 3.14.1.8722 (#14684)
1 parent fc2b784 commit 236a724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<MicrosoftDiagnosticsRuntimeVersion>1.0.5</MicrosoftDiagnosticsRuntimeVersion>
101101
<MicrosoftOpenApiReadersVersion>1.3.2</MicrosoftOpenApiReadersVersion>
102102
<MicrosoftOpenApiVersion>1.3.2</MicrosoftOpenApiVersion>
103-
<MicrosoftSignedWixVersion>3.14.0-8606.20240208.1</MicrosoftSignedWixVersion>
103+
<MicrosoftSignedWixVersion>3.14.1-8722.20240403.1</MicrosoftSignedWixVersion>
104104
<MicrosoftVisualStudioOLEInteropVersion>7.10.6071</MicrosoftVisualStudioOLEInteropVersion>
105105
<MonoOptionsVersion>5.3.0.1</MonoOptionsVersion>
106106
<MoqVersion>4.18.4</MoqVersion>

src/Microsoft.DotNet.Arcade.Sdk/tools/DefaultVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<MicrosoftVisualStudioEngMicroBuildCoreVersion Condition="'$(MicrosoftVisualStudioEngMicroBuildCoreVersion)' == ''">1.0.0</MicrosoftVisualStudioEngMicroBuildCoreVersion>
108108
<MicrosoftManifestToolCrossPlatformVersion Condition="'$(MicrosoftManifestToolCrossPlatformVersion)' == ''">2.1.3</MicrosoftManifestToolCrossPlatformVersion>
109109
<MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion Condition="'$(MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion)' == ''">1.1.286</MicrosoftVisualStudioEngMicroBuildPluginsSwixBuildVersion>
110-
<MicrosoftSignedWixVersion Condition="'$(MicrosoftSignedWixVersion)' == ''">3.14.0-8606.20240208.1</MicrosoftSignedWixVersion>
110+
<MicrosoftSignedWixVersion Condition="'$(MicrosoftSignedWixVersion)' == ''">3.14.1-8722.20240403.1</MicrosoftSignedWixVersion>
111111
</PropertyGroup>
112112

113113
<!-- RestoreSources overrides - defines DotNetRestoreSources variable if available -->

src/Microsoft.DotNet.Build.Tasks.Installers/build/wix/wix.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</PropertyGroup>
2626

2727
<PropertyGroup>
28-
<WixVersion>3.14.0.8606</WixVersion>
28+
<WixVersion>3.14.1.8722</WixVersion>
2929
<WixToolsDir>$(BaseIntermediateOutputPath)WixTools.$(WixVersion)/</WixToolsDir>
3030
<!-- Used in WiX targets to locate files. -->
3131
<WixInstallPath>$(WixToolsDir)</WixInstallPath>

0 commit comments

Comments
 (0)