List netcoreapp1.0 prior to net451 so that test discovery in VS works

This commit is contained in:
Pranav K 2016-09-23 10:51:16 -07:00 committed by GitHub
parent 64d9e0e735
commit 6cf94c0949
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,6 @@
]
},
"frameworks": {
"net451": { },
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
@ -35,6 +34,7 @@
"type": "platform"
}
}
}
},
"net451": { }
}
}