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