File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
MultiTarget/PackageReferences/Uwp Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
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
3
<Choose >
4
- <When Condition =" '$(HasWinUI)' == 'true' AND '$(MultiTargetPlatformIdentifier)' != 'windows' " >
4
+ <When Condition =" '$(HasWinUI)' == 'true'" >
5
5
<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" />
13
7
</ItemGroup >
14
8
</When >
15
9
<Otherwise >
You can’t perform that action at this time.
0 commit comments