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

Commit 287a48c

Browse files
committed
Update Common to 1.1.1 and cascade version updates
1 parent 201feb3 commit 287a48c

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
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.1"
6+
"Microsoft.Net.Http.Server": "1.1.2"
77
},
88
"commands": {
99
"sample": "HelloWorld"

samples/HotAddSample/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.1",
4-
"Microsoft.Extensions.Logging.Console": "1.1.1"
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.2",
4+
"Microsoft.Extensions.Logging.Console": "1.1.2"
55
},
66
"buildOptions": {
77
"emitEntryPoint": true

samples/SelfHostServer/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNetCore.Server.WebListener": "1.1.1",
4-
"Microsoft.Extensions.Logging.Console": "1.1.1"
3+
"Microsoft.AspNetCore.Server.WebListener": "1.1.2",
4+
"Microsoft.Extensions.Logging.Console": "1.1.2"
55
},
66
"buildOptions": {
77
"emitEntryPoint": true

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.1.2",
33
"description": "ASP.NET Core HTTP server for Windows.",
44
"packOptions": {
55
"tags": [
@@ -8,13 +8,13 @@
88
]
99
},
1010
"dependencies": {
11-
"Microsoft.AspNetCore.Hosting": "1.1.1",
11+
"Microsoft.AspNetCore.Hosting": "1.1.2",
1212
"Microsoft.Extensions.TaskCache.Sources": {
13-
"version": "1.1.0-*",
13+
"version": "1.1.1",
1414
"type": "build"
1515
},
16-
"Microsoft.Net.Http.Headers": "1.1.1",
17-
"Microsoft.Net.Http.Server": "1.1.1",
16+
"Microsoft.Net.Http.Headers": "1.1.2",
17+
"Microsoft.Net.Http.Server": "1.1.2",
1818
"NETStandard.Library": "1.6.1-*"
1919
},
2020
"buildOptions": {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.1",
2+
"version": "1.1.2",
33
"description": ".NET HTTP server that uses the Windows HTTP Server API.",
44
"packOptions": {
55
"tags": [
@@ -8,8 +8,8 @@
88
]
99
},
1010
"dependencies": {
11-
"Microsoft.Extensions.Logging.Abstractions": "1.1.1",
12-
"Microsoft.Extensions.Primitives": "1.1.0-*",
11+
"Microsoft.Extensions.Logging.Abstractions": "1.1.2",
12+
"Microsoft.Extensions.Primitives": "1.1.1",
1313
"NETStandard.Library": "1.6.1-*"
1414
},
1515
"buildOptions": {
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
3535
"type": "build",
36-
"version": "1.1.0-*"
36+
"version": "1.1.1"
3737
},
3838
"System.Diagnostics.Contracts": "4.3.0-*",
3939
"System.Net.WebSockets": "4.3.0-*",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"testRunner": "xunit",
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
9-
"Microsoft.AspNetCore.Server.WebListener": "1.1.1",
10-
"Microsoft.AspNetCore.Testing": "1.1.0-*",
9+
"Microsoft.AspNetCore.Server.WebListener": "1.1.2",
10+
"Microsoft.AspNetCore.Testing": "1.1.1",
1111
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
},
77
"dependencies": {
88
"dotnet-test-xunit": "2.2.0-*",
9-
"Microsoft.AspNetCore.Testing": "1.1.0-*",
10-
"Microsoft.Net.Http.Server": "1.1.1",
9+
"Microsoft.AspNetCore.Testing": "1.1.1",
10+
"Microsoft.Net.Http.Server": "1.1.2",
1111
"xunit": "2.2.0-*"
1212
},
1313
"frameworks": {
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.Extensions.RuntimeEnvironment.Sources": {
1717
"type": "build",
18-
"version": "1.1.0-*"
18+
"version": "1.1.1"
1919
},
2020
"Microsoft.NETCore.App": {
2121
"version": "1.1.1",

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.1",
5+
"Microsoft.Net.Http.Server": "1.1.2",
66
"xunit": "2.2.0-*"
77
},
88
"frameworks": {

0 commit comments

Comments
 (0)