Immediately after installing the .NET Core SDK 2.0, all solution tests that target the previous version of .NET Core cannot be detected by Resharper.
Also, when I manually add them to the session and try to start them, I get "Inconclusive: Test not run":

In addition, there are these exceptions along with the previous post:

If I uninstall the .NET Core SDK 2.0, everything will work as expected. No problem. Tried x86 and x64 versions, same results.

All projects in the target solution. NET Core 1.1.

Running tests from Test Explorer still works great.

Any ideas on how to solve this? Could this be a Resharper bug?