1
0

SkiaSharp.props 456 B

1234567
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <ItemGroup>
  3. <PackageReference Include="SkiaSharp" Version="3.119.0" />
  4. <PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="3.119.0" />
  5. <PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="3.119.0" />
  6. </ItemGroup>
  7. </Project>