Skip to content

Commit

Permalink
Fix the PNG image decoding issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanmisaka committed Jun 6, 2022
1 parent 5e343d3 commit 0b4386c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ItemGroup>
<PackageReference Include="BlurHashSharp" Version="1.2.0" />
<PackageReference Include="BlurHashSharp.SkiaSharp" Version="1.2.0" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" />
<PackageReference Include="SkiaSharp" Version="2.88.1-preview.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.1-preview.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0b4386c

Please sign in to comment.