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

Commit afa5e44

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 4b720c3 commit afa5e44

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/HttpOverridesSample/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"netcoreapp1.0": {
2222
"dependencies": {
2323
"Microsoft.NETCore.App": {
24-
"version": "1.0.8-servicing-005009-00",
24+
"version": "1.0.8",
2525
"type": "platform"
2626
}
2727
}

samples/ResponseBufferingSample/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.Buffering.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
"System.Diagnostics.Process": "4.1.0"

test/Microsoft.AspNetCore.HttpOverrides.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)