diff options
Diffstat (limited to 'Emby.Server.Core/project.json')
| -rw-r--r-- | Emby.Server.Core/project.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json index 4f5adf09f4..e4e4741b13 100644 --- a/Emby.Server.Core/project.json +++ b/Emby.Server.Core/project.json @@ -22,6 +22,12 @@ }, "Emby.Common.Implementations": { "target": "project" + }, + "Mono.Nat": { + "target": "project" + }, + "Emby.Server.Implementations": { + "target": "project" } } }, @@ -29,6 +35,7 @@ "imports": "dnxcore50", "dependencies": { "NETStandard.Library": "1.6.0", + "System.AppDomain": "2.0.11", "MediaBrowser.Model": { "target": "project" }, @@ -40,6 +47,12 @@ }, "Emby.Common.Implementations": { "target": "project" + }, + "Mono.Nat": { + "target": "project" + }, + "Emby.Server.Implementations": { + "target": "project" } } } |
