diff options
Diffstat (limited to 'src/Emby.Server/project.json')
| -rw-r--r-- | src/Emby.Server/project.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index 6921f77b6..66ebeec3c 100644 --- a/src/Emby.Server/project.json +++ b/src/Emby.Server/project.json @@ -6,10 +6,13 @@ "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-*" }, "frameworks": { @@ -28,6 +31,9 @@ "MediaBrowser.Controller": { "target": "project" }, + "MediaBrowser.LocalMetadata": { + "target": "project" + }, "MediaBrowser.Model": { "target": "project" }, |
