Fix non-windows builds of Microsoft.NETCore.App.

Fix all test project.jsons to be portable apps.
This commit is contained in:
Eric Erhardt 2016-04-07 15:06:11 -05:00
parent 99371436f3
commit 6ae044e5e1
27 changed files with 151 additions and 52 deletions

View file

@ -1,7 +1,10 @@
{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.DotNet.ProjectModel": {
"target": "project"
},
@ -15,8 +18,9 @@
"dotnet-test-xunit": "1.0.0-dev-128011-22"
},
"frameworks": {
"netstandardapp1.5": {
"netcoreapp1.0": {
"imports": [
"netstandardapp1.5",
"dnxcore50",
"portable-net45+win8"
]