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
|
@ -4,6 +4,10 @@
|
|||
"keyFile": "../../tools/Key.snk"
|
||||
},
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"type": "platform",
|
||||
"version": "1.0.0-rc2-*"
|
||||
},
|
||||
"Microsoft.DotNet.Cli.Utils": {
|
||||
"target": "project"
|
||||
},
|
||||
|
@ -26,8 +30,9 @@
|
|||
"FluentAssertions": "4.2.2"
|
||||
},
|
||||
"frameworks": {
|
||||
"netstandardapp1.5": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"netstandardapp1.5",
|
||||
"dnxcore50",
|
||||
"portable-net451+win8"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue