Skip to content

Commit 060d805

Browse files
authored
Merge pull request #257 from CommunityToolkit/user/sergiopedri/winui-2.8.7
Update WinUI 2 to 2.8.7 stable
2 parents 1798ba9 + b890dea commit 060d805

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
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)' != 'windows'" >
4+
<When Condition="'$(HasWinUI)' == 'true'" >
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-
<!-- Prerelease version needed for TargetFramework support. Not needed by uap. -->
12-
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7-prerelease.241119001" />
6+
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.7" />
137
</ItemGroup>
148
</When>
159
<Otherwise>

0 commit comments

Comments
 (0)