Update to version 1.1.1.
This commit is contained in:
parent
f1d0fafaa4
commit
ba3976aeeb
|
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
"projects": ["src"]
|
||||
"projects": ["src"],
|
||||
"sdk": {
|
||||
"version": "1.0.0-preview2-1-003177"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.1-*",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
"buildOptions": {
|
||||
"keyFile": "../../tools/Key.snk",
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
|
||||
"Microsoft.Extensions.TaskCache.Sources": {
|
||||
"version": "1.1.0-*",
|
||||
"type": "build"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"description": "ASP.NET Core Kestrel cross-platform web server.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Http.Abstractions": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.1-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Microsoft.Extensions.Logging.Testing": "1.1.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.1-*",
|
||||
"Microsoft.AspNetCore.Server.Kestrel.Https": "1.1.1-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.0-*",
|
||||
"Moq": "4.6.36-*",
|
||||
"xunit": "2.2.0-*",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.0-*",
|
||||
"version": "1.1.1-*",
|
||||
"buildOptions": {
|
||||
"emitEntryPoint": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue