Browse Source

Update SkiaSharp to 2.88.7 to fix a memory exception (#14179)

#Conflicts:
#	src/Tizen/Avalonia.Tizen/Avalonia.Tizen.csproj
release/11.0.7
Montague Moran 3 years ago
committed by Max Katz
parent
commit
6e6b7b0ef0
  1. 6
      build/SkiaSharp.props

6
build/SkiaSharp.props

@ -1,7 +1,7 @@
<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" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.7" />
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.7" />
</ItemGroup>
</Project>

Loading…
Cancel
Save