aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Emby.Server/project.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index 170523db1..0e1cf8bee 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -9,18 +9,17 @@
"Emby.Server.Core": "1.0.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
- "version": "1.0.1"
+ "version": "1.1.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",
- "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.0"
+ "SQLitePCLRaw.provider.sqlite3.netstandard11": "1.1.0"
},
"frameworks": {
- "netcoreapp1.0": {
+ "netcoreapp1.1": {
"imports": "dnxcore50",
"dependencies": {
"BDInfo": {