Updates for 1.0.2

This commit is contained in:
John Luo 2016-11-05 23:43:39 -07:00
parent a4398aa8b3
commit 7c15646303
5 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
"dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.2",
"Microsoft.Extensions.Logging.Console": "1.0.0"
"Microsoft.Extensions.Logging.Console": "1.0.1"
},
"buildOptions": {
"emitEntryPoint": true

View File

@ -18,7 +18,7 @@
"System.Threading.Tasks.Extensions": "4.0.0",
"Libuv": "1.9.0",
"Microsoft.AspNetCore.Hosting": "1.0.1",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
"Microsoft.Extensions.Logging.Abstractions": "1.0.1"
},
"frameworks": {
"net451": {

View File

@ -2,11 +2,11 @@
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0",
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.2",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Console": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.1",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.1.0"
},

View File

@ -4,7 +4,7 @@
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.2",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.AspNetCore.Testing": "1.0.1",
"xunit": "2.1.0"
},
"frameworks": {

View File

@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "1.0.0",
"Microsoft.AspNetCore.Http.Features": "1.0.1",
"Microsoft.AspNetCore.Hosting": "1.0.1"
},
"frameworks": {