We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aaaf11 commit d1979e6Copy full SHA for d1979e6
build/windows/installer/Installer.wixproj
@@ -1,12 +1,12 @@
1
<?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">
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="WixToolset.Sdk/4.0.6">
3
<PropertyGroup>
4
<DebugType>none</DebugType>
5
<OutputName>installer</OutputName>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="WixToolset.UI.wixext" Version="4.0.0-rc.2" />
9
- <PackageReference Include="WixToolset.Heat" Version="4.0.0-rc.2" />
+ <PackageReference Include="WixToolset.UI.wixext" Version="4.0.6" />
+ <PackageReference Include="WixToolset.Heat" Version="4.0.6" />
10
</ItemGroup>
11
12
0 commit comments