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 c5759e8 commit 4d335d7Copy full SHA for 4d335d7
MultiTarget/PackageReferences/Uwp.props
@@ -1,5 +1,6 @@
1
<Project>
2
<ItemGroup>
3
- <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.UI.Xaml" Version="2.7.0" />
+ <PackageReference Condition="'$(HasWinUI)' == 'true'" Include="Microsoft.UI.Xaml" Version="2.8.7-prerelease.240725004" />
4
+ <PackageReference Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'" Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240722.1" PrivateAssets="all" />
5
</ItemGroup>
6
</Project>
0 commit comments