Target net451 so functional tests execute with xunit runner
This commit is contained in:
parent
73014d2fa1
commit
f99a150dd3
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue