瀏覽代碼

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>