Target net451 so functional tests execute with xunit runner

This commit is contained in:
= 2016-03-09 16:46:54 -08:00
parent 73014d2fa1
commit f99a150dd3
2 changed files with 3 additions and 8 deletions

View File

@ -20,14 +20,9 @@
"portable-net451+win8" "portable-net451+win8"
] ]
}, },
"dnx451": { "net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
},
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622"
"xunit.runner.console": "2.1.0"
} }
} }
} }

View File

@ -12,7 +12,7 @@
"Microsoft.NETCore.Platforms": "1.0.1-*" "Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"dnx451": {}, "net451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"imports": [ "imports": [
"dnxcore50" "dnxcore50"