mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #102] [MERGED] Change libraries from netcoreapp to netstandard #7988
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#7988
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:netstandard📝 Commits (1)
c770f16Change 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.