How to Install nuget package in visual studio with 32 bit or 64 bit specific
I have solution where two projects and every project configuration manager in both directing to x64 only , and we removed x86 from options totally from each project configuration manager
while trying to
install - package of DB2.dll ,
its downloading both x64 and x86 folders in packages folder but in Refernce -> properties - > Path its taking x86 dll , where it should direct to the x64 folder/dll
any command to specify to only install the 64 bit