Updates for 1.0.2
This commit is contained in:
parent
a4398aa8b3
commit
7c15646303
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue