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"
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {},
|
||||
"net451": {},
|
||||
"netstandardapp1.5": {
|
||||
"imports": [
|
||||
"dnxcore50",
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
"portable-net451+win8"
|
||||
]
|
||||
},
|
||||
"dnx451": {
|
||||
"net451": {
|
||||
"dependencies": {
|
||||
"Moq": "4.2.1312.1622",
|
||||
"xunit.runner.console": "2.1.0"
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
"portable-net451+win8"
|
||||
]
|
||||
},
|
||||
"dnx451": {
|
||||
"net451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Threading.Tasks": ""
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue