Updating test TFMs for custom test discovery
This commit is contained in:
parent
4fe825793b
commit
f5480d5c2b
|
|
@ -22,13 +22,11 @@
|
||||||
},
|
},
|
||||||
"imports": "portable-net451+win8"
|
"imports": "portable-net451+win8"
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"net451": {
|
||||||
"frameworkAssemblies":
|
"frameworkAssemblies": {
|
||||||
{
|
|
||||||
"System.Threading.Tasks": ""
|
"System.Threading.Tasks": ""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Threading.Tasks": "4.0.11-*",
|
|
||||||
"xunit.runner.console": "2.1.0"
|
"xunit.runner.console": "2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,11 @@
|
||||||
},
|
},
|
||||||
"imports": "portable-net451+win8"
|
"imports": "portable-net451+win8"
|
||||||
},
|
},
|
||||||
"dnx451": {
|
"net451": {
|
||||||
"frameworkAssemblies":
|
"frameworkAssemblies": {
|
||||||
{
|
|
||||||
"System.Threading.Tasks": ""
|
"System.Threading.Tasks": ""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Threading.Tasks": "4.0.11-*",
|
|
||||||
"xunit.runner.console": "2.1.0"
|
"xunit.runner.console": "2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue