Target net451 so functional tests execute with xunit runner on linux

This commit is contained in:
= 2016-03-09 17:21:05 -08:00
parent 6f7b554496
commit fb28bacda1
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
"web": "AntiforgerySample" "web": "AntiforgerySample"
}, },
"frameworks": { "frameworks": {
"dnx451": {}, "net451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"imports": [ "imports": [
"dnxcore50", "dnxcore50",

View File

@ -18,7 +18,7 @@
"portable-net451+win8" "portable-net451+win8"
] ]
}, },
"dnx451": { "net451": {
"dependencies": { "dependencies": {
"Moq": "4.2.1312.1622", "Moq": "4.2.1312.1622",
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"

View File

@ -25,7 +25,7 @@
"portable-net451+win8" "portable-net451+win8"
] ]
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Threading.Tasks": "" "System.Threading.Tasks": ""
}, },