mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-15 20:20:25 +01:00
update .net core solution
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
|
||||
"dependencies": {
|
||||
"Emby.Common.Implementations": "1.0.0-*",
|
||||
"Emby.Dlna": "1.0.0-*",
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.1"
|
||||
},
|
||||
"Mono.Nat": "1.0.0-*",
|
||||
"RSSDP": "1.0.0-*"
|
||||
"Mono.Nat": "1.0.0-*"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
@@ -25,6 +23,18 @@
|
||||
"DvdLib": {
|
||||
"target": "project"
|
||||
},
|
||||
"Emby.Dlna": {
|
||||
"target": "project"
|
||||
},
|
||||
"Emby.Photos": {
|
||||
"target": "project"
|
||||
},
|
||||
"Emby.Server.Implementations": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.Api": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.Common": {
|
||||
"target": "project"
|
||||
},
|
||||
@@ -34,12 +44,18 @@
|
||||
"MediaBrowser.LocalMetadata": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.MediaEncoding": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.Model": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.Providers": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.Server.Implementations": {
|
||||
"target": "project"
|
||||
},
|
||||
"MediaBrowser.WebDashboard": {
|
||||
"target": "project"
|
||||
},
|
||||
@@ -48,6 +64,9 @@
|
||||
},
|
||||
"OpenSubtitlesHandler": {
|
||||
"target": "project"
|
||||
},
|
||||
"RSSDP": {
|
||||
"target": "project"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user