Currently I have a problem installing my Package Nuget, I have a dll that has an x86 and x64 architecture, what happens is that when installing it only adds the x86 reference in my projectI have been trying to add .target and .props files but nothing has worked even when installing it.
So I want the x64 and x86 reference to be added to my project when the Nuget Package is installed. I hope I can find some solution