Skip to content

Commit

Permalink
Use only known MultiTargetPlatformIdentifer values
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Dec 18, 2024
1 parent c857bb1 commit 5e6420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTarget/PackageReferences/Uwp/Microsoft.UI.Xaml.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Condition must be on a <When> statement in its own file for this to work in Visual Studio. https://stackoverflow.com/a/16557059 -->
<Choose>
<When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' == 'uap'" >
<When Condition="'$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows'" >
<ItemGroup>
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.6" />
</ItemGroup>
Expand Down

0 comments on commit 5e6420e

Please sign in to comment.