Skip to content

Commit a96feda

Browse files
authored
Update WiX to signed build (#36865)
- #12078
1 parent ce73350 commit a96feda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/targets/Wix.Common.props

Lines changed: 2 additions & 2 deletions
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-dotnet</WixVersion>
7+
<WixVersion>1.0.0-v3.14.0.4118</WixVersion>
88
</PropertyGroup>
99

1010
<PropertyGroup>
@@ -20,7 +20,7 @@
2020
<Import Project="$(MSBuildProjectExtensionsPath)$(MSBuildProjectFile).*.props" Condition="'$(_ProjectExtensionsWereImported)' != 'true'" />
2121

2222
<ItemGroup>
23-
<PackageReference Include="Wix" Version="$(WixVersion)" />
23+
<PackageReference Include="Microsoft.Signed.Wix" Version="$(WixVersion)" />
2424
</ItemGroup>
2525

2626
<PropertyGroup>

eng/tools/RepoTasks/RepoTasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
29-
<PackageReference Include="Wix" Version="3.11.1" />
29+
<PackageReference Include="Microsoft.Signed.Wix" Version="1.0.0-v3.14.0.4118" />
3030
<PackageReference Include="System.Net.Http" Version="4.3.4" />
3131

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

0 commit comments

Comments
 (0)