List netcoreapp1.0 prior to net451 so that test discovery in VS works
This commit is contained in:
parent
64d9e0e735
commit
6cf94c0949
|
|
@ -27,7 +27,6 @@
|
|||
]
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": { },
|
||||
"netcoreapp1.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
|
|
@ -35,6 +34,7 @@
|
|||
"type": "platform"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"net451": { }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue