Update dependencies

This commit is contained in:
Troy Dai 2015-07-09 14:54:48 -07:00
parent 0dddc41a24
commit 8b10187402
2 changed files with 5 additions and 3 deletions

View File

@ -21,8 +21,7 @@
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Framework.Configuration.Json": "1.0.0-*",
"Microsoft.Framework.OptionsModel": "1.0.0-*",
"Microsoft.Framework.Logging.Console": "1.0.0-*",
"Microsoft.Framework.Logging.NLog": "1.0.0-*"
"Microsoft.Framework.Logging.Console": "1.0.0-*"
},
"commands": {
"web": "Microsoft.AspNet.Hosting --server Microsoft.AspNet.Server.WebListener --server.urls http://localhost:41532",
@ -31,6 +30,9 @@
"webroot": ".",
"frameworks": {
"dnx451": {
"dependencies": {
"Microsoft.Framework.Logging.NLog": "1.0.0-*"
}
},
"dnxcore50": {
}

View File

@ -5,7 +5,7 @@
"Microsoft.AspNet.Hosting": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.Identity": "3.0.0-*",
"Microsoft.AspNet.Identity.EntityFramework": "1.0.0-*",
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-*",
"Microsoft.AspNet.DataProtection": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",