Update to version 1.0.3.
This commit is contained in:
parent
48d957ae85
commit
4ac842b050
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2"
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.2",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.3",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.1"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
|
||||
"buildOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2"
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "ASP.NET Core Kestrel cross-platform web server.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
"dependencies": {
|
||||
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.0.1",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.2",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.2",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.3",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.1",
|
||||
"Microsoft.Extensions.Logging.Console": "1.0.1",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
"version": "1.0.0-*",
|
||||
"dependencies": {
|
||||
"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.Server.Kestrel": "1.0.3",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.3",
|
||||
"Microsoft.AspNetCore.Testing": "1.0.1",
|
||||
"xunit": "2.1.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue