This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added xUnit console test runner to unit test PCL.
pull/211/head
David Britch
7 years ago
parent
9472c7061b
commit
482f8d4bfb
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/Mobile/eShopOnContainers/eShopOnContainers.UnitTests/project.json
+ 2
- 1
src/Mobile/eShopOnContainers/eShopOnContainers.UnitTests/project.json
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"
:
{
}
Write
Preview
Loading…
Cancel
Save