We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc889c1 commit 72f044dCopy full SHA for 72f044d
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.6">
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" Sdk="WixToolset.Sdk/4.0.5">
3
<PropertyGroup>
4
<DebugType>none</DebugType>
5
<OutputName>installer</OutputName>
6
</PropertyGroup>
7
<ItemGroup>
8
- <PackageReference Include="WixToolset.UI.wixext" Version="4.0.6" />
9
- <PackageReference Include="WixToolset.Heat" Version="4.0.6" />
+ <PackageReference Include="WixToolset.UI.wixext" Version="4.0.5" />
+ <PackageReference Include="WixToolset.Heat" Version="4.0.5" />
10
</ItemGroup>
11
12
installer/en-US/installer.msi
-14.2 MB
0 commit comments