.Net 5 console app, how to target ARM platform?

302 views Asked by At

I am tring to build .net 5 console app for Windows 10 Iot platform. Howewer I am not able to add ARM as platform to debug and deploy app. enter image description here

Am I missing smt?

If I create windows UWP app, it is already there: enter image description here

1

There are 1 answers

3
Michael Xu On

You need to add the debug setting for ARM platform manually. But it seems that there is no document about how to install .net 5.0 on Windows IoT Core. enter image description here enter image description here enter image description here