diff options
Diffstat (limited to 'src/Emby.Server/project.json')
| -rw-r--r-- | src/Emby.Server/project.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index 2693435a45..55acee5146 100644 --- a/src/Emby.Server/project.json +++ b/src/Emby.Server/project.json @@ -11,7 +11,11 @@ "type": "platform", "version": "1.0.1" }, - "Mono.Nat": "1.0.0-*" + "Mono.Nat": "1.0.0-*", + "Microsoft.Win32.Registry": "4.0.0", + "System.Runtime.Extensions": "4.1.0", + "System.Diagnostics.Process": "4.1.0", + "Microsoft.Data.SQLite": "1.1.0-preview1-final" }, "frameworks": { |
