None of the above solutions worked for me (dotnetcore 1.1, VS2017). Here's what fixed it:
- Add NuGet Package
Microsoft.TestPlatform.TestHost
- Add NuGet
Package
Microsoft.NET.Test.Sdk
Those are in addition to these packages I installed prior:
- xunit (2.3.0-beta1-build3642)
- xunit.runner.visualstudio
(2.3.0-beta1-build1309)