I write an application in C#. I build it both as 64 bit and as 32 bit. I do not know what happens with the dependencies though through the nuget repository. I would like to have the 32-bit nuget dependencies when building the application as 32 bit and x64 bit dependencies when I build the application as 64.
Is this possible? How can one import architecture dependent nuget package?