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

Commit 7897b52

Browse files
author
N. Taylor Mullen
committed
Remove direct Microsoft.NETCore.Platforms dependency.
- Microsoft.NETCore.App now pulls this package in. aspnet/Coherence-Signed#344
1 parent 5cf300d commit 7897b52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/StaticFileSample/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.NETCore.Platforms": "1.0.1-*",
76
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
87
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
98
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"dependencies": {
1919
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0-*",
2020
"dotnet-test-xunit": "1.0.0-*",
21-
"Microsoft.NETCore.Platforms": "1.0.1-*",
2221
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
2322
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
2423
"Microsoft.AspNetCore.Testing": "1.0.0-*",

0 commit comments

Comments
 (0)