Skip to content

Commit 7412c71

Browse files
authored
Update Wix version (#55088)
* Update Wix.Common.props * Update RepoTasks.csproj * Update Wix.Common.props * Update Wix.Common.props * Update RepoTasks.csproj
1 parent ec063b6 commit 7412c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/targets/Wix.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<SchemaVersion>2.0</SchemaVersion>
66
<ProductVersion>3.14</ProductVersion>
7-
<WixVersion>3.14.0-8606.20240208.1</WixVersion>
7+
<WixVersion>$(MicrosoftSignedWixVersion)</WixVersion>
88
</PropertyGroup>
99

1010
<PropertyGroup>

eng/tools/RepoTasks/RepoTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
34-
<PackageReference Include="Microsoft.Signed.Wix" Version="3.14.0-8606.20240208.1" />
34+
<PackageReference Include="Microsoft.Signed.Wix" Version="$(MicrosoftSignedWixVersion)" />
3535
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3636

3737
<Reference Include="Microsoft.Build" />

0 commit comments

Comments
 (0)