Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-18 16:01:04 -08:00
parent 55f1d41e08
commit ea1e9dd018
2 changed files with 4 additions and 4 deletions

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": ""
@ -27,4 +27,4 @@
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }

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": ""
@ -28,4 +28,4 @@
} }
}, },
"testRunner": "xunit" "testRunner": "xunit"
} }