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

Commit bbe9e56

Browse files
committed
Update CoreFX dependencies
1 parent 1631e84 commit bbe9e56

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

samples/HelloWorld/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.1": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.1.1",
16+
"version": "1.1.2",
1717
"type": "platform"
1818
}
1919
}

samples/HotAddSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.1",
17+
"version": "1.1.2",
1818
"type": "platform"
1919
}
2020
}

samples/SelfHostServer/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.1",
17+
"version": "1.1.2",
1818
"type": "platform"
1919
}
2020
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"netcoreapp1.1": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.1.1",
17+
"version": "1.1.2",
1818
"type": "platform"
1919
},
20-
"System.Net.Http.WinHttpHandler": "4.3.0-*",
21-
"System.Net.WebSockets.Client": "4.3.0-*"
20+
"System.Net.Http.WinHttpHandler": "4.3.1",
21+
"System.Net.WebSockets.Client": "4.3.1"
2222
}
2323
},
2424
"net451": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"version": "1.1.1"
1919
},
2020
"Microsoft.NETCore.App": {
21-
"version": "1.1.1",
21+
"version": "1.1.2",
2222
"type": "platform"
2323
},
24-
"System.Net.Http.WinHttpHandler": "4.3.0-*",
25-
"System.Net.WebSockets.Client": "4.3.0-*"
24+
"System.Net.Http.WinHttpHandler": "4.3.1",
25+
"System.Net.WebSockets.Client": "4.3.1"
2626
}
2727
},
2828
"net451": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"netcoreapp1.1": {
1010
"dependencies": {
1111
"Microsoft.NETCore.App": {
12-
"version": "1.1.1",
12+
"version": "1.1.2",
1313
"type": "platform"
1414
}
1515
}

0 commit comments

Comments
 (0)