Skip to content

Commit 2a16cc1

Browse files
authored
Downgrade to wix 4.0.0
1 parent aa2446a commit 2a16cc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/windows/installer/Installer.wixproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="WixToolset.Sdk/4.0.5">
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="WixToolset.Sdk/4.0.0">
33
<PropertyGroup>
44
<DebugType>none</DebugType>
55
<OutputName>installer</OutputName>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.5" />
9-
<PackageReference Include="WixToolset.Heat" Version="4.0.5" />
8+
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0" />
9+
<PackageReference Include="WixToolset.Heat" Version="4.0.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)