update .net core solution

This commit is contained in:
Luke Pulverenti
2016-11-10 23:37:57 -05:00
parent 0ff79fba23
commit fe34021535
6 changed files with 98 additions and 21 deletions

View File

@@ -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"
}
}
}