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

@ -4,11 +4,17 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-*"
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-rc2-*"
},
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
"netcoreapp1.0": {
"imports": [
"netstandardapp1.5",
"dnxcore50"
]
}
},
"content": [