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": { "frameworks": {
"net451": { },
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
@ -35,6 +34,7 @@
"type": "platform" "type": "platform"
} }
} }
} },
"net451": { }
} }
} }