[PR #3886] [MERGED] bump deps #9746

Closed
opened 2026-02-07 06:07:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3886
Author: @crobibero
Created: 8/13/2020
Status: Merged
Merged: 9/3/2020
Merged by: @anthonylavado

Base: masterHead: 3.1.7


📝 Commits (7)

  • 6709645 bump deps
  • ef0a7c3 update docker dotnet sdk
  • 9626101 Merge remote-tracking branch 'upstream/master' into 3.1.7
  • bd66fd2 Merge remote-tracking branch 'upstream/master' into 3.1.7
  • 5d528e2 Merge remote-tracking branch 'upstream/master' into 3.1.7
  • b216b91 Bump Microsoft.NET.Test.Sdk and add missing reference
  • 5ad81f7 Merge remote-tracking branch 'upstream/master' into 3.1.7

📊 Changes

26 files changed (+49 additions, -48 deletions)

View changed files

📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+4 -4)
📝 Jellyfin.Api/Jellyfin.Api.csproj (+2 -2)
📝 Jellyfin.Data/Jellyfin.Data.csproj (+2 -2)
📝 Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj (+2 -2)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+2 -2)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+2 -2)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+2 -2)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)
📝 MediaBrowser.Providers/MediaBrowser.Providers.csproj (+3 -3)
📝 deployment/Dockerfile.debian.amd64 (+1 -1)
📝 deployment/Dockerfile.debian.arm64 (+1 -1)
📝 deployment/Dockerfile.debian.armhf (+1 -1)
📝 deployment/Dockerfile.linux.amd64 (+1 -1)
📝 deployment/Dockerfile.macos (+1 -1)
📝 deployment/Dockerfile.portable (+1 -1)
📝 deployment/Dockerfile.ubuntu.amd64 (+1 -1)
📝 deployment/Dockerfile.ubuntu.arm64 (+1 -1)
📝 deployment/Dockerfile.ubuntu.armhf (+1 -1)
📝 deployment/Dockerfile.windows.amd64 (+1 -1)
📝 tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj (+5 -5)

...and 6 more files

📄 Description

Unsure why CI is failing, all tests succeed on my machine and testhost.dll exists with a fresh build.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3886 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 8/13/2020 **Status:** ✅ Merged **Merged:** 9/3/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `3.1.7` --- ### 📝 Commits (7) - [`6709645`](https://github.com/jellyfin/jellyfin/commit/6709645ec910051ca6427c38836548b4ce164d87) bump deps - [`ef0a7c3`](https://github.com/jellyfin/jellyfin/commit/ef0a7c3e2a24519142c912837be4beefcd07e421) update docker dotnet sdk - [`9626101`](https://github.com/jellyfin/jellyfin/commit/9626101c9f8d0acceb2ecf97bed502c272d6e4f6) Merge remote-tracking branch 'upstream/master' into 3.1.7 - [`bd66fd2`](https://github.com/jellyfin/jellyfin/commit/bd66fd25df772f3fd352fdda58e71474e255400a) Merge remote-tracking branch 'upstream/master' into 3.1.7 - [`5d528e2`](https://github.com/jellyfin/jellyfin/commit/5d528e202f715177ef9c161cd4248bd55fb4ca2b) Merge remote-tracking branch 'upstream/master' into 3.1.7 - [`b216b91`](https://github.com/jellyfin/jellyfin/commit/b216b91e219541b805c420ebd64cdc13d3023be4) Bump Microsoft.NET.Test.Sdk and add missing reference - [`5ad81f7`](https://github.com/jellyfin/jellyfin/commit/5ad81f7fe6e37a7e513c3b06c5bed7a229704bbc) Merge remote-tracking branch 'upstream/master' into 3.1.7 ### 📊 Changes **26 files changed** (+49 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+4 -4) 📝 `Jellyfin.Api/Jellyfin.Api.csproj` (+2 -2) 📝 `Jellyfin.Data/Jellyfin.Data.csproj` (+2 -2) 📝 `Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj` (+2 -2) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+2 -2) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+2 -2) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+2 -2) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) 📝 `MediaBrowser.Providers/MediaBrowser.Providers.csproj` (+3 -3) 📝 `deployment/Dockerfile.debian.amd64` (+1 -1) 📝 `deployment/Dockerfile.debian.arm64` (+1 -1) 📝 `deployment/Dockerfile.debian.armhf` (+1 -1) 📝 `deployment/Dockerfile.linux.amd64` (+1 -1) 📝 `deployment/Dockerfile.macos` (+1 -1) 📝 `deployment/Dockerfile.portable` (+1 -1) 📝 `deployment/Dockerfile.ubuntu.amd64` (+1 -1) 📝 `deployment/Dockerfile.ubuntu.arm64` (+1 -1) 📝 `deployment/Dockerfile.ubuntu.armhf` (+1 -1) 📝 `deployment/Dockerfile.windows.amd64` (+1 -1) 📝 `tests/Jellyfin.Api.Tests/Jellyfin.Api.Tests.csproj` (+5 -5) _...and 6 more files_ </details> ### 📄 Description Unsure why CI is failing, all tests succeed on my machine and `testhost.dll` exists with a fresh build. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:07:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9746