Reference Microsoft.NETCore.Platforms where necessary.

This commit is contained in:
Cesar Blum Silveira 2016-02-03 11:31:19 -08:00
parent 1fd703e56f
commit d264a86c5d
4 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,7 @@
"dependencies": {
"Microsoft.AspNetCore.Server.Testing": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {

View File

@ -3,6 +3,7 @@
"dependencies": {
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {

View File

@ -7,6 +7,7 @@
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {

View File

@ -1,7 +1,8 @@
{
"dependencies": {
"xunit": "2.1.0",
"dotnet-publish-iis" : ""
"dotnet-publish-iis" : "",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {