Преглед изворни кода

Merge pull request #7792 from crobibero/skia-native

Conditionally include platform specific Skia assets

(cherry picked from commit b507d1a78021eaf8dc25507533cfcc1be986afdd)
Signed-off-by: crobibero <cody@robibe.ro>
Cody Robibero пре 3 година
родитељ
комит
6178898f48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj

+ 1 - 1
Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj

@@ -19,7 +19,7 @@
     <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.80.3" />
+    <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" />
   </ItemGroup>
 
   <ItemGroup>