Added xUnit console test runner to unit test PCL.

This commit is contained in:
David Britch 2017-05-08 14:29:15 +01:00
parent 9472c7061b
commit 482f8d4bfb

View File

@ -1,7 +1,8 @@
{
"dependencies": {
"Xamarin.Forms": "2.3.4.231",
"xunit": "2.2.0"
"xunit": "2.2.0",
"xunit.runner.console": "2.2.0"
},
"frameworks": {
".NETPortable,Version=v4.5,Profile=Profile111": {}