Update to version 1.1.1.

This commit is contained in:
Cesar Blum Silveira 2017-01-25 10:30:16 -08:00
parent f1d0fafaa4
commit ba3976aeeb
8 changed files with 19 additions and 16 deletions

View File

@ -1,3 +1,6 @@
{ {
"projects": ["src"] "projects": ["src"],
"sdk": {
"version": "1.0.0-preview2-1-003177"
}
} }

View File

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

View File

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

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.1.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",
@ -20,7 +20,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.1.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

@ -1,10 +1,10 @@
{ {
"version": "1.1.0-*", "version": "1.1.1-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.1-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.Logging.Testing": "1.1.0-*", "Microsoft.Extensions.Logging.Testing": "1.1.0-*",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",

View File

@ -1,9 +1,9 @@
{ {
"version": "1.1.0-*", "version": "1.1.1-*",
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*", "Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.1-*",
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"xunit": "2.2.0-*", "xunit": "2.2.0-*",

View File

@ -1,5 +1,5 @@
{ {
"version": "1.1.0-*", "version": "1.1.1-*",
"buildOptions": { "buildOptions": {
"emitEntryPoint": true "emitEntryPoint": true
}, },