Bring Microsoft.NETCore.Platforms dependency back

This commit is contained in:
Pavel Krymets 2016-04-18 17:09:11 -07:00
parent 86befd91de
commit 4ee4c29b06
4 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*"
},
"frameworks": {

View File

@ -1,6 +1,7 @@
{
"exclude": "wwwroot/**/*",
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
},

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Client": "0.1.0-*",
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
@ -11,5 +12,4 @@
"frameworks": {
"net451": {}
}
}
}

View File

@ -1,5 +1,6 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*",
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"xunit": "2.1.0"
},