Skip to content

Commit ce6b30b

Browse files
committed
Fix prop name
1 parent 3e7a5cf commit ce6b30b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

eng/targets/Wix.Common.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<SchemaVersion>2.0</SchemaVersion>
66
<ProductVersion>3.14</ProductVersion>
77
<WixVersion>$(MicrosoftSignedWixVersion)</WixVersion>
8-
<Wix5Version>$(MicrosoftWixToolsetVersion)</Wix5Version>
8+
<Wix5Version>$(MicrosoftWixToolsetSdkVersion)</Wix5Version>
99
<UseWix5>true</UseWix5>
1010
</PropertyGroup>
1111

@@ -26,13 +26,13 @@
2626

2727
<ItemGroup Condition="'$(UseWix5)' == 'true'">
2828
<!-- Microsoft.Wix is a dotnet tool package, so exlude its assets. -->
29-
<PackageReference Include="Microsoft.Wix" Version="$(MicrosoftWixToolsetVersion)" ExcludeAssets="all" />
29+
<PackageReference Include="Microsoft.Wix" Version="$(MicrosoftWixToolsetSdkVersion)" ExcludeAssets="all" />
3030
<!-- Installers needs the $(PkgMicrosoftWixToolsetUIwixext) property to locate the extension. -->
31-
<PackageReference Include="Microsoft.WixToolset.UI.wixext" Version="$(MicrosoftWixToolsetVersion)" GeneratePathProperty="true" />
32-
<PackageReference Include="Microsoft.WixToolset.Dependency.wixext" Version="$(MicrosoftWixToolsetVersion)" GeneratePathProperty="true" />
33-
<PackageReference Include="Microsoft.WixToolset.Util.wixext" Version="$(MicrosoftWixToolsetVersion)" GeneratePathProperty="true" />
34-
<PackageReference Include="Microsoft.WixToolset.Bal.wixext" Version="$(MicrosoftWixToolsetVersion)" GeneratePathProperty="true" />
35-
<PackageReference Include="Microsoft.WixToolset.Heat" Version="$(MicrosoftWixToolsetVersion)" />
31+
<PackageReference Include="Microsoft.WixToolset.UI.wixext" Version="$(MicrosoftWixToolsetSdkVersion)" GeneratePathProperty="true" />
32+
<PackageReference Include="Microsoft.WixToolset.Dependency.wixext" Version="$(MicrosoftWixToolsetSdkVersion)" GeneratePathProperty="true" />
33+
<PackageReference Include="Microsoft.WixToolset.Util.wixext" Version="$(MicrosoftWixToolsetSdkVersion)" GeneratePathProperty="true" />
34+
<PackageReference Include="Microsoft.WixToolset.Bal.wixext" Version="$(MicrosoftWixToolsetSdkVersion)" GeneratePathProperty="true" />
35+
<PackageReference Include="Microsoft.WixToolset.Heat" Version="$(MicrosoftWixToolsetSdkVersion)" />
3636
</ItemGroup>
3737

3838
<PropertyGroup>

0 commit comments

Comments
 (0)