Remove direct Microsoft.NETCore.Platforms dependency.

- Microsoft.NETCore.App now pulls this package in.

aspnet/Coherence-Signed#344
This commit is contained in:
N. Taylor Mullen 2016-06-13 15:30:16 -07:00
parent 3e8990530c
commit e250efeab6
4 changed files with 0 additions and 4 deletions

View File

@ -10,7 +10,6 @@
]
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},

View File

@ -1,7 +1,6 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},

View File

@ -5,7 +5,6 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.Buffering": "0.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"xunit": "2.1.0"

View File

@ -5,7 +5,6 @@
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.HttpOverrides": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",