Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-18 16:01:09 -08:00
parent 1f78e2d08f
commit 80ba15aaf4
5 changed files with 13 additions and 9 deletions

View File

@ -35,7 +35,11 @@
"web": "IdentitySample.Mvc"
},
"frameworks": {
"dnx451": {},
"dnx451": {
"frameworkAssemblies": {
"System.Reflection": ""
}
},
"dnxcore50": {
"imports": "portable-net45+win8"
}

View File

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

View File

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

View File

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

View File

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