Browse Source

Merge pull request #7792 from crobibero/skia-native

Conditionally include platform specific Skia assets
Cody Robibero 3 years ago
parent
commit
b507d1a780
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj

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

@@ -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.80.3" />
-    <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.80.3" />
+    <PackageReference Include="SkiaSharp" Version="2.88.0" />
+    <PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="2.88.0" Condition="$([MSBuild]::IsOSPlatform('Linux'))" />
   </ItemGroup>
 
   <ItemGroup>