Fix test project imports to be consistent.

- Every project.json needs portable-net451+win8 and dotnet5.4 imports (required by dotnet-test-xunit).
- If a test references NuGet, it also needs "netstandardapp1.5", because that the TFM NuGet uses currently.
This commit is contained in:
Eric Erhardt 2016-04-11 18:11:16 -05:00
parent 4af795b9e8
commit a567bb8697
26 changed files with 44 additions and 79 deletions

View file

@ -25,10 +25,8 @@
"frameworks": {
"netcoreapp1.0": {
"imports": [
"netstandardapp1.5",
"dnxcore50",
"netstandard1.3",
"portable-net45+win8"
"dotnet5.4",
"portable-net451+win8"
]
}
},