Updating to new CLI

This commit is contained in:
John Luo 2016-02-02 17:38:22 -08:00
parent 44f03ef83f
commit 6f5e764e87
4 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,8 @@
"dependencies": {
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"commands": {
"web": "HttpOverridesSample"

View File

@ -3,7 +3,8 @@
"dependencies": {
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"compilationOptions": {
"emitEntryPoint": true

View File

@ -6,6 +6,7 @@
"dependencies": {
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
@ -21,7 +22,8 @@
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
},
"testRunner": "xunit",

View File

@ -7,6 +7,7 @@
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
@ -22,7 +23,8 @@
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
},
"imports": "portable-net451+win8"
}
},
"testRunner": "xunit",