Skip to content

Commit

Permalink
update ependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyRacer1337 committed Oct 26, 2024
1 parent f0766f0 commit d401437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jellyfin.Plugin.Stash/Stash.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'">
<PackageReference Include="Jellyfin.Controller" Version="10.9.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.11" />
<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 d401437

Please sign in to comment.