- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
-   <ItemGroup>
 
-     <PackageReference Include="SkiaSharp" Version="2.88.6" />
 
-     <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.6" />
 
-     <PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.6" />
 
-   </ItemGroup>
 
- </Project>
 
 
  |