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

Commit 5c2e7e9

Browse files
committed
November Patch update
1 parent 4080852 commit 5c2e7e9

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.0.5"
6+
"Microsoft.Net.Http.Server": "1.0.6"
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,7 +1,7 @@
11
{
22
"version": "1.1.0-*",
33
"dependencies": {
4-
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
4+
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
55
"Microsoft.Extensions.Logging.Console": "1.0.2"
66
},
77
"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.0.5",
3+
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
44
"Microsoft.Extensions.Logging.Console": "1.0.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.0.5",
2+
"version": "1.0.6",
33
"description": "ASP.NET Core HTTP server for Windows.",
44
"packOptions": {
55
"tags": [
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"Microsoft.AspNetCore.Hosting": "1.0.5",
1212
"Microsoft.Net.Http.Headers": "1.0.4",
13-
"Microsoft.Net.Http.Server": "1.0.5"
13+
"Microsoft.Net.Http.Server": "1.0.6"
1414
},
1515
"buildOptions": {
1616
"allowUnsafe": true,

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.0.5",
2+
"version": "1.0.6",
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": "1.0.0-rc3-000000-01",
9-
"Microsoft.AspNetCore.Server.WebListener": "1.0.5",
9+
"Microsoft.AspNetCore.Server.WebListener": "1.0.6",
1010
"Microsoft.AspNetCore.Testing": "1.0.1",
1111
"xunit": "2.1.0"
1212
},

test/Microsoft.Net.Http.Server.FunctionalTests/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": "1.0.0-rc3-000000-01",
5-
"Microsoft.Net.Http.Server": "1.0.5",
5+
"Microsoft.Net.Http.Server": "1.0.6",
66
"Microsoft.AspNetCore.Testing": "1.0.1",
77
"xunit": "2.1.0"
88
},

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": "1.0.0-rc3-000000-01",
5-
"Microsoft.Net.Http.Server": "1.0.5",
5+
"Microsoft.Net.Http.Server": "1.0.6",
66
"xunit": "2.1.0"
77
},
88
"frameworks": {

0 commit comments

Comments
 (0)