Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-19 12:37:51 -08:00
parent 2dc353e219
commit 0372daeebf
4 changed files with 9 additions and 11 deletions

View File

@ -22,7 +22,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": "",
"System.Threading.Tasks": "" "System.Threading.Tasks": ""

View File

@ -17,7 +17,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": "",
"System.Threading.Tasks": "" "System.Threading.Tasks": ""

View File

@ -16,7 +16,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": "",
"System.Threading.Tasks": "", "System.Threading.Tasks": "",

View File

@ -13,15 +13,13 @@
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
}, },
"frameworks": { "frameworks": {
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "", "System.Runtime": "",
"System.Threading.Tasks": "" "System.Threading.Tasks": ""
} }
} }
}, },
"testRunner": "xunit", "testRunner": "xunit"
"commands": {
"test": "xunit.runner.aspnet"
}
} }