Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-19 15:20:56 -08:00
parent 33d07b8f7c
commit c5c3770f0d
2 changed files with 6 additions and 4 deletions

View File

@ -9,6 +9,7 @@
}, },
"testRunner": "xunit", "testRunner": "xunit",
"frameworks": { "frameworks": {
"dnx451": {} "net451": {}
} }
} }

View File

@ -12,7 +12,7 @@
}, },
"imports": "portable-net451+win8" "imports": "portable-net451+win8"
}, },
"dnx451": { "net451": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "" "System.Runtime": ""
}, },
@ -21,4 +21,5 @@
} }
} }
} }
} }