File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments