Technically, there should not be any problems, since the compiler will generate IL code that is platform independent.
The .NET application will run on the x64 CLR in a production environment. At run time, the JIT compiler will generate x64 code.
source
share