Skip to content

Commit

Permalink
Update SkiaSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 committed Jun 23, 2022
1 parent a2d45c6 commit 946dc7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jellyfin.Plugin.PhoenixAdult/PhoenixAdult.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@
<PackageReference Include="HttpClient.Caching" Version="1.3.7" />
<PackageReference Include="HttpToSocks5Proxy" Version="1.4.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<PackageReference Include="Jellyfin.Controller" Version="10.8.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageReference Include="Sentry.AspNetCore" Version="3.18.0" />
<PackageReference Include="SkiaSharp" Version="2.88.0" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug.Emby' or '$(Configuration)'=='Release.Emby'">
<PackageReference Include="MediaBrowser.Server.Core" Version="4.7.3" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Debug.Emby'">
Expand Down

0 comments on commit 946dc7a

Please sign in to comment.