Skip to content

Commit

Permalink
Update SkiaSharp to 2.88.6 to fix a critical security vulnerability (#…
Browse files Browse the repository at this point in the history
…13109)

* Update SkiaSharp to 2.88.6 to fix a critical security vulnerability

* Looks like Tizen needs to be updated separately
  • Loading branch information
spofdamon authored and grokys committed Oct 16, 2023
1 parent dfe0130 commit 4c3943b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/SkiaSharp.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<PackageReference Include="SkiaSharp" Version="2.88.3" />
<PackageReference Condition="'$(IncludeLinuxSkia)' == 'true'" Include="SkiaSharp.NativeAssets.Linux" Version="2.88.3" />
<PackageReference Condition="'$(IncludeWasmSkia)' == 'true'" Include="SkiaSharp.NativeAssets.WebAssembly" Version="2.88.3" />
<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>

0 comments on commit 4c3943b

Please sign in to comment.