简体   繁体   中英

Nuget Multiple Platforms

I need to package up dll via that is to be used in windows 8 metro. Since there will be ARM devices as well as x86 and x64, do I need need to build a separate dll for each, or do can I just build it for "Any CPU?"

Well, you can build the dll with "Any CPU" and it should comfortably work with all the platforms, if you are still fuzzy about the bitness issues (x86 / x64), you can build seperate DLL's and package in one nuget package.

You can refer Nuget Docs for convenctions to publish the dll's for different profiles in a single package.

Cheers!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM