Skip to content

Commit d1979e6

Browse files
committed
Update Wix toolset
1 parent 3aaaf11 commit d1979e6

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.0-rc.2">
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="WixToolset.Sdk/4.0.6">
33
<PropertyGroup>
44
<DebugType>none</DebugType>
55
<OutputName>installer</OutputName>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.0-rc.2" />
9-
<PackageReference Include="WixToolset.Heat" Version="4.0.0-rc.2" />
8+
<PackageReference Include="WixToolset.UI.wixext" Version="4.0.6" />
9+
<PackageReference Include="WixToolset.Heat" Version="4.0.6" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)