I am looking to use a test framework for a netstandard1.6 library. I tried to follow and edit Getting started with xUnit.net (.NET Core / ASP.NET Core) without success. Foll
Check the available versions for the xunit dependency. I think the 2.2.0 is already final.
A xunit project needs to be netcoreapp1.0 and not netstandard.
See their web page for details.