This is the error I'm getting:
Severity Code Description Project File Line Suppression State Error Project 'D:\Work\DevWork\ProgrammingProjects\UnitTest\Bank\Bank\Bank.csproj' targets '.NETStandard,Version=v1.4'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.5.2'. BankTest
I have looked at this post but the solutions didn't work.
I try cleaning the solution then rebuilding the solution and I still get the above error.
Then I've tried cleaning and rebuilding each project. This gives me the above as a warning and an error.
The funny thing is I have run the tests. After cleaning then rebuilding then restarting. I have gotten the test to run once. It is just hit or miss.