Hi Team,
We are building a package with the X64 architecture. However, when we check the headers of the DLL, we can see that they are listed as x86 instead of x64.
We discovered the issue when we removed the <SetAssemblyInfo Attributes="Version"/>
after doing so, the DLL headers appeared correct.
Is there any way to fix this issue by adding any other attributes?
DLL Headers with <SetAssemblyInfo Attributes="Version"/>
DLL Headers with <SetAssemblyInfo Attributes="Version"/>
removed