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

Commit 89cfe7e

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent a3edef1 commit 89cfe7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/RoutingSample.Web/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"netcoreapp1.0": {
1313
"dependencies": {
1414
"Microsoft.NETCore.App": {
15-
"version": "1.0.8-servicing-005009-00",
15+
"version": "1.0.8",
1616
"type": "platform"
1717
}
1818
}

test/Microsoft.AspNetCore.Mvc.Routing.Abstractions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"netcoreapp1.0": {
1414
"dependencies": {
1515
"Microsoft.NETCore.App": {
16-
"version": "1.0.8-servicing-005009-00",
16+
"version": "1.0.8",
1717
"type": "platform"
1818
},
1919
"moq.netcore": "4.4.0-beta8",

test/Microsoft.AspNetCore.Routing.DecisionTree.Sources.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"netcoreapp1.0": {
1717
"dependencies": {
1818
"Microsoft.NETCore.App": {
19-
"version": "1.0.8-servicing-005009-00",
19+
"version": "1.0.8",
2020
"type": "platform"
2121
},
2222
"System.Diagnostics.Process": "4.1.0-*"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"netcoreapp1.0": {
1818
"dependencies": {
1919
"Microsoft.NETCore.App": {
20-
"version": "1.0.8-servicing-005009-00",
20+
"version": "1.0.8",
2121
"type": "platform"
2222
},
2323
"moq.netcore": "4.4.0-beta8",

0 commit comments

Comments
 (0)