I am having strange problems trying to get Xunit to work on .net core.
The latest issue I am having is that xunit seems to depend upon System.Xml.Linq (which of course is not available in .net core!!)
Help!!
P.S I tried upgrading to the latest pre-releases as someone suggested that might solve the issue - instead I got another similar error but just for "System"
An exception occurred while test discoverer 'VsTestRunner' was loading tests. Exception: Could not load file or assembly 'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.