I can\'t run my unit tests.
I have the next error:
Your project does not reference \".NETFramework,Version=v4.6.2\" framework. Add a referen
That happened to me when opening a VS2015 project in VS2017. Deleting the project.assets.json from the obj folder did the trick.
project.assets.json
obj
Anyway, the Framework from the message was missing in the file, I did not add it there though, went with deleting it.