Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-18 15:03:18 -08:00
parent 4fe825793b
commit f5480d5c2b
2 changed files with 4 additions and 8 deletions

View File

@ -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"
} }
} }

View File

@ -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"
} }
} }