Skip to content

Commit

Permalink
降低 SkiaSharp 的版本以兼容 Jellyfin
Browse files Browse the repository at this point in the history
  • Loading branch information
JavScraper committed Dec 14, 2020
1 parent 6e7c836 commit df8fb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Emby.Plugins.JavScraper/Emby.Plugins.JavScraper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="LiteDB" Version="5.0.9" />
<PackageReference Include="MediaBrowser.Server.Core" Version="4.5-*" Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'" />
<PackageReference Include="Jellyfin.Controller" Version="10.6-*" Condition="'$(Configuration)'=='Debug.Jellyfin' or '$(Configuration)'=='Release.Jellyfin'" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp" Version="1.68-*" />
<PackageReference Include="System.Memory" Version="4.5.3" Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'" />
</ItemGroup>

Expand Down

0 comments on commit df8fb58

Please sign in to comment.