When I updated Visual Studio to the latest version, 1 of my test projects stopped running tests and outputted this message:
Test project {} does not reference any .NET N
If you are using MS Test, try installing
MSTest.TestAdapter via nuget or
MSTest.TestAdapter
if you are using nunit, install
NUnit3TestAdapterlatest versions via nuget.
NUnit3TestAdapter
After installing please restart the visual studio and then you can see the tests running.