Retarget tests to netstandardapp

This commit is contained in:
Pranav K 2016-03-19 12:10:40 -07:00
parent 73217edba5
commit b5e2d43859
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,11 @@
"xunit": "2.1.0"
},
"frameworks": {
"dnxcore50": {
"imports": "portable-net451+win8"
"netstandardapp1.5": {
"imports": [
"portable-net451+win8",
"dnxcore50"
]
}
},
"testRunner": "xunit"