When I try to run my Unit Test project, I get the following error:
Could not load file or assembly \'ASSEMBLY_NAME, Version=1.0.0.0, Culture=neutral, Pub
I tried all above to no avail. Finally, in the csproj i changed
False
to
True
on the references and all tests passed.