Skip to content

Commit 5e6420e

Browse files
committed
Use only known MultiTargetPlatformIdentifer values
1 parent c857bb1 commit 5e6420e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MultiTarget/PackageReferences/Uwp/Microsoft.UI.Xaml.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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' AND '$(MultiTargetPlatformIdentifier)' == 'uap'" >
4+
<When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'" >
55
<ItemGroup>
66
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.6" />
77
</ItemGroup>

0 commit comments

Comments
 (0)