Skip to content
This repository was archived by the owner on Mar 19, 2019. It is now read-only.

Commit 28d56fe

Browse files
committed
November Patch updates
1 parent ce9c910 commit 28d56fe

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.Net.Http.Server": "1.1.3"
6+
"Microsoft.Net.Http.Server": "1.1.4"
77
},
88
"commands": {
99
"sample": "HelloWorld"

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
44
"Microsoft.Extensions.Logging.Console": "1.1.2"
55
},
66
"buildOptions": {

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
44
"Microsoft.Extensions.Logging.Console": "1.1.2"
55
},
66
"buildOptions": {

src/Microsoft.AspNetCore.Server.WebListener/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.3",
2+
"version": "1.1.4",
33
"description": "ASP.NET Core HTTP server for Windows.",
44
"packOptions": {
55
"tags": [
@@ -14,7 +14,7 @@
1414
"type": "build"
1515
},
1616
"Microsoft.Net.Http.Headers": "1.1.2",
17-
"Microsoft.Net.Http.Server": "1.1.3",
17+
"Microsoft.Net.Http.Server": "1.1.4",
1818
"NETStandard.Library": "1.6.1-*"
1919
},
2020
"buildOptions": {

src/Microsoft.Net.Http.Server/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.3",
2+
"version": "1.1.4",
33
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
44
"packOptions": {
55
"tags": [

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"testRunner": "xunit",
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
9-
"Microsoft.AspNetCore.Server.WebListener": "1.1.3",
9+
"Microsoft.AspNetCore.Server.WebListener": "1.1.4",
1010
"Microsoft.AspNetCore.Testing": "1.1.1",
1111
"xunit": "2.2.0-*"
1212
},

test/Microsoft.Net.Http.Server.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
99
"Microsoft.AspNetCore.Testing": "1.1.1",
10-
"Microsoft.Net.Http.Server": "1.1.3",
10+
"Microsoft.Net.Http.Server": "1.1.4",
1111
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {

test/Microsoft.Net.Http.Server.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"testRunner": "xunit",
33
"dependencies": {
44
"dotnet-test-xunit": "2.2.0-*",
5-
"Microsoft.Net.Http.Server": "1.1.3",
5+
"Microsoft.Net.Http.Server": "1.1.4",
66
"xunit": "2.2.0-*"
77
},
88
"frameworks": {

0 commit comments

Comments
 (0)