Updating test TFMs for custom test discovery

This commit is contained in:
John Luo 2016-02-18 17:08:28 -08:00
parent f1e696d865
commit 397cda382b
2 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@
},
"imports": "portable-net451+win8"
},
"dnx451": {
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}
}
}
}
}

View File

@ -3,7 +3,7 @@
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
"Microsoft.Extensions.WebEncoders": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
"xunit": "2.1.0"
},
"testRunner": "xunit",
"compilationOptions": {
@ -18,7 +18,7 @@
},
"imports": "portable-net451+win8"
},
"dnx451": {
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
}