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

Commit fbc11de

Browse files
author
Nate McMaster
committed
Update patch build to latest dependencies
1 parent 8b4e600 commit fbc11de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/ResponseCachingSample/project.json

+1-1
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
}

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

+1-1
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
},

0 commit comments

Comments
 (0)