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

Commit ea106cc

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent f5ec817 commit ea106cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Microsoft.AspNetCore.Hosting.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"netcoreapp1.0": {
2929
"dependencies": {
3030
"Microsoft.NETCore.App": {
31-
"version": "1.0.8-servicing-005009-00",
31+
"version": "1.0.8",
3232
"type": "platform"
3333
},
3434
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.TestHost.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"netcoreapp1.0": {
1515
"dependencies": {
1616
"Microsoft.NETCore.App": {
17-
"version": "1.0.8-servicing-005009-00",
17+
"version": "1.0.8",
1818
"type": "platform"
1919
},
2020
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)