Skip to content

Commit c756a40

Browse files
Update wix to 1.0.0-v3.14.0.5722 (dotnet#37329)
Co-authored-by: Eric StJohn <[email protected]>
1 parent a394985 commit c756a40

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>1.0.0-v3.14.0.4118</WixVersion>
7+
<WixVersion>1.0.0-v3.14.0.5722</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
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
26-
<PackageReference Include="Microsoft.Signed.Wix" Version="1.0.0-v3.14.0.4118" />
26+
<PackageReference Include="Microsoft.Signed.Wix" Version="1.0.0-v3.14.0.5722" />
2727

2828
<Reference Include="Microsoft.Build" />
2929
<Reference Include="Microsoft.Build.Framework" />

0 commit comments

Comments
 (0)