Relocating dependencies

This commit is contained in:
John Luo 2016-02-01 18:38:21 -08:00
parent 82ea86c9a2
commit 4920530fd9
7 changed files with 8 additions and 5 deletions

View File

@ -25,7 +25,8 @@
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.Extensions.Logging.Debug": "1.0.0-*"
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true

View File

@ -11,8 +11,7 @@
},
"dependencies": {
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.EntityFrameworkCore.Relational": "1.0.0-*"
},
"frameworks": {
"net451": {

View File

@ -12,8 +12,7 @@
"dependencies": {
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Cryptography.KeyDerivation": "1.0.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*"
},
"frameworks": {
"net451": {},

View File

@ -10,6 +10,7 @@
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0-*"
},
"compile": "../Shared/*.cs",

View File

@ -15,6 +15,7 @@
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"compile": "../Shared/*.cs",

View File

@ -11,6 +11,7 @@
"Microsoft.AspNetCore.Identity": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"compile": "../Shared/*.cs",

View File

@ -10,6 +10,7 @@
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.Extensions.Configuration": "1.0.0-*",
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0-*"
},
"compile": "../Shared/*.cs",