Bring Microsoft.NETCore.Platforms dependency back

This commit is contained in:
Pavel Krymets 2016-04-18 17:10:01 -07:00
parent c4f5cfaac3
commit 8cbd76f166
4 changed files with 4 additions and 0 deletions

View File

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

View File

@ -1,6 +1,7 @@
{
"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

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

View File

@ -4,6 +4,7 @@
"warningsAsErrors": true
},
"dependencies": {
"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-*",