Updates for 1.0.2
This commit is contained in:
parent
a4398aa8b3
commit
7c15646303
|
|
@ -3,7 +3,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "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": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"System.Threading.Tasks.Extensions": "4.0.0",
|
"System.Threading.Tasks.Extensions": "4.0.0",
|
||||||
"Libuv": "1.9.0",
|
"Libuv": "1.9.0",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.0.1",
|
"Microsoft.AspNetCore.Hosting": "1.0.1",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0"
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.1"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
|
|
|
||||||
|
|
@ -2,11 +2,11 @@
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
"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": "1.0.2",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "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",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
"Microsoft.Extensions.Logging.Console": "1.0.1",
|
||||||
"Newtonsoft.Json": "9.0.1",
|
"Newtonsoft.Json": "9.0.1",
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "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"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Http.Features": "1.0.0",
|
"Microsoft.AspNetCore.Http.Features": "1.0.1",
|
||||||
"Microsoft.AspNetCore.Hosting": "1.0.1"
|
"Microsoft.AspNetCore.Hosting": "1.0.1"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue