File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
MultiTarget/PackageReferences/Uwp Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
33 <Choose >
4- <When Condition =" '$(HasWinUI)' == 'true'" >
4+ <When Condition =" '$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'uap' " >
55 <ItemGroup >
6+ <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.6" />
7+ </ItemGroup >
8+ </When >
9+ <When Condition =" '$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'windows'" >
10+ <ItemGroup >
11+ <!-- This preview version breaks uap builds by referencing Microsoft.VCLibs.Desktop when it shouldn't -->
612 <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.7-prerelease.241119001" />
713 </ItemGroup >
814 </When >
You can’t perform that action at this time.
0 commit comments