Target net451 so functional tests execute with xunit runner on linux
This commit is contained in:
parent
6f7b554496
commit
fb28bacda1
|
|
@ -17,7 +17,7 @@
|
||||||
"web": "AntiforgerySample"
|
"web": "AntiforgerySample"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {},
|
"net451": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Threading.Tasks": ""
|
"System.Threading.Tasks": ""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue