Fix non-windows builds of Microsoft.NETCore.App.
Fix all test project.jsons to be portable apps.
This commit is contained in:
parent
99371436f3
commit
6ae044e5e1
27 changed files with 151 additions and 52 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue