aboutsummaryrefslogtreecommitdiff
path: root/src/Emby.Server/project.json
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-13 16:04:21 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-13 16:04:21 -0500
commit0e9cd51f9c64d4cfad5cb5c7b0ddae6af8d18ac6 (patch)
tree359ef5fb2504ed72e03a51a2e90a1017309143f0 /src/Emby.Server/project.json
parent3c55747cd63fd8a69f02efbe9ac48ce76d373b81 (diff)
update .net core startup
Diffstat (limited to 'src/Emby.Server/project.json')
-rw-r--r--src/Emby.Server/project.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Emby.Server/project.json b/src/Emby.Server/project.json
index c64db844f9..55acee5146 100644
--- a/src/Emby.Server/project.json
+++ b/src/Emby.Server/project.json
@@ -12,10 +12,10 @@
"version": "1.0.1"
},
"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.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": {