I am getting the following error building my C# project.
Assembly "name_of_assembly" uses 'Microsoft.Synchronization, Version=2.1.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' which has a higher version than referenced assembly 'Microsoft.Synchronization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
I have made sure all my class libraries are targeting the same version of .NET framework which typically seems to be the problem.