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

Commit 176b6a5

Browse files
committed
Bring Microsoft.NETCore.Platforms dependency back
1 parent e720824 commit 176b6a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

samples/StaticFileSample/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6+
"Microsoft.NETCore.Platforms": "1.0.1-*",
67
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
78
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
89
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"TestDocument.txt"
99
],
1010
"dependencies": {
11+
"Microsoft.NETCore.Platforms": "1.0.1-*",
1112
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
1213
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
1314
"Microsoft.AspNetCore.Testing": "1.0.0-*",

0 commit comments

Comments
 (0)