We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c857bb1 commit 5e6420eCopy full SHA for 5e6420e
MultiTarget/PackageReferences/Uwp/Microsoft.UI.Xaml.props
@@ -1,7 +1,7 @@
1
<Project>
2
<!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
3
<Choose>
4
- <When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'uap'" >
+ <When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'" >
5
<ItemGroup>
6
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.6" />
7
</ItemGroup>
0 commit comments