Skip to content

Migrating from Preview 10 to 11

David Ortinau edited this page Nov 30, 2021 · 3 revisions

.csproj

Windows App SDK is now version 1.0.0

<ItemGroup Condition="$(TargetFramework.Contains('-windows'))">
	<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.0.0" />
	<PackageReference Include="Microsoft.Graphics.Win2D" Version="1.0.0.30" />
</ItemGroup>
Clone this wiki locally