Merge pull request #2415 from eerhardt/FixTestProjects

Fix test project imports to be consistent.
This commit is contained in:
Eric Erhardt 2016-04-22 07:48:23 -05:00
commit 1a8d393b9b
26 changed files with 44 additions and 79 deletions

View file

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