0

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?

andreas
  • 157
  • 13
  • What specific dependency are you trying to import that you are having issues with? – mjwills Aug 13 '18 at 09:41
  • I haven't run into any issue yet. But I wanted to know how I could do the above before I run into issues. That's the reason I ask. – andreas Aug 13 '18 at 09:53
  • Possible duplicate of [How should I create or upload a 32-bit and 64-bit NuGet package?](https://stackoverflow.com/questions/7769580/how-should-i-create-or-upload-a-32-bit-and-64-bit-nuget-package) – mjwills Aug 13 '18 at 10:07

0 Answers0