-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Migrating from Preview 9 to 10
David Ortinau edited this page Oct 27, 2021
·
6 revisions
Update the Windows references:
<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
<!-- Required - WinUI does not yet have buildTransitive for everything -->
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0-preview2" />
<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.28-preview2" />
</ItemGroup>