I have a xUnit.net Test as follows:
static class MyTestClass { [Fact] static void MyTestMethod() { }
I had the same issue in VS2017 RC, .NET core 1.1 project. Updating xunit.runner worked for me,
Install-Package xunit.runner.visualstudio