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

Commit 628ef3a

Browse files
committed
Updating CoreFx \ CoreCLR package references
1 parent 5c9b390 commit 628ef3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/StaticFileSample/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.5",
16+
"version": "1.0.6-servicing-004974-00",
1717
"type": "platform"
1818
}
1919
}

test/Microsoft.AspNetCore.StaticFiles.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.5",
31+
"version": "1.0.6-servicing-004974-00",
3232
"type": "platform"
3333
},
3434
"System.Diagnostics.Process": "4.1.0"

0 commit comments

Comments
 (0)