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"
},
"dnx451": {
"net451": {
"frameworkAssemblies": {
"System.Runtime": "",
"System.Threading.Tasks": ""
@ -33,4 +33,4 @@
}
},
"testRunner": "xunit"
}
}

View File

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

View File

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

View File

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