This commit is contained in:
John Luo 2017-11-02 14:06:43 -07:00
Родитель ce9c910e4b
Коммит 28d56fe3fc
8 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -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": {