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

Commit ce9c910

Browse files
author
Nate McMaster
committed
Update dependencies to the latest patch
1 parent 776b007 commit ce9c910

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.5-servicing-001651-00",
16+
"version": "1.1.5",
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.5-servicing-001651-00",
17+
"version": "1.1.5",
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.5-servicing-001651-00",
17+
"version": "1.1.5",
1818
"type": "platform"
1919
}
2020
}

test/Microsoft.AspNetCore.Server.WebListener.FunctionalTests/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.5-servicing-001651-00",
17+
"version": "1.1.5",
1818
"type": "platform"
1919
},
2020
"System.Net.Http.WinHttpHandler": "4.3.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": "1.1.1"
1919
},
2020
"Microsoft.NETCore.App": {
21-
"version": "1.1.5-servicing-001651-00",
21+
"version": "1.1.5",
2222
"type": "platform"
2323
},
2424
"System.Net.Http.WinHttpHandler": "4.3.2",

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.5-servicing-001651-00",
12+
"version": "1.1.5",
1313
"type": "platform"
1414
}
1515
}

0 commit comments

Comments
 (0)