diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-11-18 12:52:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 12:52:16 -0500 |
| commit | 9ff2d7590e7f34f26803cf658d20faeae6d9ecdb (patch) | |
| tree | 612092edc128b95ba04e4c309a0379ac22fcfe9c /src/Emby.Server/project.json | |
| parent | 0accbd194a191ce750b48a00c8a4f00786fe187d (diff) | |
| parent | e0c72b605dbe124e111be9bff5cca442f86cf1ef (diff) | |
Merge pull request #2294 from MediaBrowser/dev
Dev
Diffstat (limited to 'src/Emby.Server/project.json')
| -rw-r--r-- | src/Emby.Server/project.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json index 55acee514..170523db1 100644 --- a/src/Emby.Server/project.json +++ b/src/Emby.Server/project.json @@ -15,7 +15,8 @@ "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" + "Microsoft.Data.SQLite": "1.1.0-preview1-final", + "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.0" }, "frameworks": { |
