Updating to version 1.0.1.

This commit is contained in:
Cesar Blum Silveira 2016-08-22 14:58:31 -07:00
parent 22f75a1e00
commit ddf5b44de6
6 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0" "Microsoft.AspNetCore.Server.Kestrel": "1.0.1"
}, },
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true

View File

@ -1,8 +1,8 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.Extensions.Logging.Console": "1.0.0" "Microsoft.Extensions.Logging.Console": "1.0.0"
}, },
"buildOptions": { "buildOptions": {

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.0.1",
"description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.", "description": "HTTPS support for the ASP.NET Core Kestrel cross-platform web server.",
"buildOptions": { "buildOptions": {
"keyFile": "../../tools/Key.snk", "keyFile": "../../tools/Key.snk",
@ -19,7 +19,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0" "Microsoft.AspNetCore.Server.Kestrel": "1.0.1"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.0", "version": "1.0.1",
"description": "ASP.NET Core Kestrel cross-platform web server.", "description": "ASP.NET Core Kestrel cross-platform web server.",
"packOptions": { "packOptions": {
"repository": { "repository": {

View File

@ -3,8 +3,8 @@
"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.0",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"Microsoft.Extensions.Logging.Console": "1.0.0", "Microsoft.Extensions.Logging.Console": "1.0.0",
"Newtonsoft.Json": "9.0.1", "Newtonsoft.Json": "9.0.1",

View File

@ -2,8 +2,8 @@
"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.Server.Kestrel": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel": "1.0.1",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.0", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.0.1",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431", "Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"xunit": "2.1.0" "xunit": "2.1.0"
}, },