C# Mismatch between the processor architecture of the project being built "MSIL"
Hitting this error
Warning There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "WhatsAppApi, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64", "AMD64".
So i used the following setup / configuration to resolve this issue :-
Comments