November Patch updates
This commit is contained in:
Родитель
ce9c910e4b
Коммит
28d56fe3fc
|
@ -3,7 +3,7 @@
|
|||
"emitEntryPoint": true
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.Net.Http.Server": "1.1.3"
|
||||
"Microsoft.Net.Http.Server": "1.1.4"
|
||||
},
|
||||
"commands": {
|
||||
"sample": "HelloWorld"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.2"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
|
||||
"Microsoft.Extensions.Logging.Console": "1.1.2"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "ASP.NET Core HTTP server for Windows.",
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
|
@ -14,7 +14,7 @@
|
|||
"type": "build"
|
||||
},
|
||||
"Microsoft.Net.Http.Headers": "1.1.2",
|
||||
"Microsoft.Net.Http.Server": "1.1.3",
|
||||
"Microsoft.Net.Http.Server": "1.1.4",
|
||||
"NETStandard.Library": "1.6.1-*"
|
||||
},
|
||||
"buildOptions": {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
|
||||
"packOptions": {
|
||||
"tags": [
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
|
||||
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.1",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.Testing": "1.1.1",
|
||||
"Microsoft.Net.Http.Server": "1.1.3",
|
||||
"Microsoft.Net.Http.Server": "1.1.4",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"testRunner": "xunit",
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.Net.Http.Server": "1.1.3",
|
||||
"Microsoft.Net.Http.Server": "1.1.4",
|
||||
"xunit": "2.2.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче