Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 committed Nov 6, 2024
1 parent 78d04e1 commit 5a529f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.ThePornDB/ThePornDB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<PackageReference Include="Jellyfin.Controller" Version="10.9.11" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Jellyfin.Controller" Version="10.10.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
</ItemGroup>

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

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

0 comments on commit 5a529f5

Please sign in to comment.