I can't figure out how to solve this issue in my case.
Multiple assemblies with equivalent identity have been imported: 'D:\TfsBuild\Agents\Company.Framework\c57207ab\X\Y\DotNet\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2\Facades\System.Runtime.dll'. Remove one of the duplicate references.
Once I go to the affected project file, I find an unique reference to System.Runtime.dll:
<Reference Include="System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
<Private>True</Private>
</Reference>
What's going on?