After I add 2 libraries from Nuget to my project I receive follow error:
Error Payload contains two or more files with the same destination path \'System.D
In my case, I had "Any CPU" option selected so it was compiling the same library for both versions. Selecting x64 solved the problem for me.