Updating to version 1.0.1.
This commit is contained in:
parent
22f75a1e00
commit
ddf5b44de6
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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": {},
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue