Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Update reame
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed May 30, 2018
1 parent d412533 commit 591286f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _The xUnit.net logo was designed by [Nathan Young](https://twitter.com/nathanyou

## How to get started

xUnit.net supports both Portable Class Library (PCL) and platform specific projects for iOS and Android.
xUnit.net supports both .NET Standard and platform specific projects for iOS and Android.
Unit tests for Xamarin have two main components, which may reside in the same assembly.

1. Assemblies containing tests: install the latest xUnit 2.1 package. `Install-Package xUnit`
Expand All @@ -26,7 +26,6 @@ Referenced assemblies that contain tests need to be manually specified as descri
## Platform support
- Xamarin.Android
- Xamarin.iOS
- WPF/Desktop (future support planned)
- UWP (Windows 10)

## This is a work-in-progress
Expand All @@ -40,8 +39,4 @@ they should not pull in additional non-xunit libraries (except Xamarin.Forms).
* trait display/filters
* UI polish

## Links to Resources

* [Xamarin](http://xamarin.com/)
* [TeamCity](http://www.jetbrains.com/teamcity/index.html)

0 comments on commit 591286f

Please sign in to comment.