[PR #102] [MERGED] Change libraries from netcoreapp to netstandard #7988

Closed
opened 2025-12-22 06:36:11 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/102
Author: @Bond-009
Created: 12/12/2018
Status: Merged
Merged: 12/12/2018
Merged by: @andrewrabert

Base: masterHead: netstandard


📝 Commits (1)

  • c770f16 Change libraries from netcoreapp to netstandard

📊 Changes

25 files changed (+26 additions, -26 deletions)

View changed files

📝 BDInfo/BDInfo.csproj (+1 -1)
📝 DvdLib/DvdLib.csproj (+1 -1)
📝 Emby.Dlna/Emby.Dlna.csproj (+1 -1)
📝 Emby.Drawing.ImageMagick/Emby.Drawing.ImageMagick.csproj (+1 -1)
📝 Emby.Drawing.Skia/Emby.Drawing.Skia.csproj (+1 -1)
📝 Emby.Drawing/Emby.Drawing.csproj (+1 -1)
📝 Emby.IsoMounting/IsoMounter/IsoMounter.csproj (+1 -1)
📝 Emby.Naming/Emby.Naming.csproj (+2 -2)
📝 Emby.Notifications/Emby.Notifications.csproj (+1 -1)
📝 Emby.Photos/Emby.Photos.csproj (+1 -1)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)
📝 Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj (+1 -1)
📝 Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj (+1 -1)
📝 MediaBrowser.Api/MediaBrowser.Api.csproj (+1 -1)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -1)
📝 MediaBrowser.Controller/MediaBrowser.Controller.csproj (+1 -1)
📝 MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj (+1 -1)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)
📝 MediaBrowser.Providers/MediaBrowser.Providers.csproj (+1 -1)
📝 MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj (+1 -1)

...and 5 more files

📄 Description

I assumed that EmbyServer is the only executable in this solution, if this isn't the case tell me so I can revert it for that project.
For those that don't know why, what or how:
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/


🔄 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/102 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 12/12/2018 **Status:** ✅ Merged **Merged:** 12/12/2018 **Merged by:** [@andrewrabert](https://github.com/andrewrabert) **Base:** `master` ← **Head:** `netstandard` --- ### 📝 Commits (1) - [`c770f16`](https://github.com/jellyfin/jellyfin/commit/c770f162105ad95aafc6d7ce123b2ee7f98cd92b) Change libraries from netcoreapp to netstandard ### 📊 Changes **25 files changed** (+26 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `BDInfo/BDInfo.csproj` (+1 -1) 📝 `DvdLib/DvdLib.csproj` (+1 -1) 📝 `Emby.Dlna/Emby.Dlna.csproj` (+1 -1) 📝 `Emby.Drawing.ImageMagick/Emby.Drawing.ImageMagick.csproj` (+1 -1) 📝 `Emby.Drawing.Skia/Emby.Drawing.Skia.csproj` (+1 -1) 📝 `Emby.Drawing/Emby.Drawing.csproj` (+1 -1) 📝 `Emby.IsoMounting/IsoMounter/IsoMounter.csproj` (+1 -1) 📝 `Emby.Naming/Emby.Naming.csproj` (+2 -2) 📝 `Emby.Notifications/Emby.Notifications.csproj` (+1 -1) 📝 `Emby.Photos/Emby.Photos.csproj` (+1 -1) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) 📝 `Emby.XmlTv/Emby.XmlTv.Test/Emby.XmlTv.Test.csproj` (+1 -1) 📝 `Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj` (+1 -1) 📝 `MediaBrowser.Api/MediaBrowser.Api.csproj` (+1 -1) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -1) 📝 `MediaBrowser.Controller/MediaBrowser.Controller.csproj` (+1 -1) 📝 `MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj` (+1 -1) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) 📝 `MediaBrowser.Providers/MediaBrowser.Providers.csproj` (+1 -1) 📝 `MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj` (+1 -1) _...and 5 more files_ </details> ### 📄 Description I assumed that EmbyServer is the only executable in this solution, if this isn't the case tell me so I can revert it for that project. For those that don't know why, what or how: Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 06:36:11 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#7988
No description provided.