Reference Microsoft.NETCore.Platforms where necessary.

This commit is contained in:
Cesar Blum Silveira 2016-02-03 12:47:47 -08:00
parent 9beb46dff1
commit 9c734ddbab
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"Microsoft.AspNetCore.WebSockets.Server": "0.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {

View File

@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.AspNetCore.WebSockets.Protocol": "0.1.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {