update .net core startup
This commit is contained in:
parent
c36bdd4c71
commit
6da99d9d04
|
@ -9,18 +9,17 @@
|
||||||
"Emby.Server.Core": "1.0.0-*",
|
"Emby.Server.Core": "1.0.0-*",
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"type": "platform",
|
"type": "platform",
|
||||||
"version": "1.0.1"
|
"version": "1.1.0"
|
||||||
},
|
},
|
||||||
"Mono.Nat": "1.0.0-*",
|
"Mono.Nat": "1.0.0-*",
|
||||||
"Microsoft.Win32.Registry": "4.0.0",
|
"Microsoft.Win32.Registry": "4.0.0",
|
||||||
"System.Runtime.Extensions": "4.1.0",
|
"System.Runtime.Extensions": "4.1.0",
|
||||||
"System.Diagnostics.Process": "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": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"netcoreapp1.1": {
|
||||||
"imports": "dnxcore50",
|
"imports": "dnxcore50",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"BDInfo": {
|
"BDInfo": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user