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

Sergiy Kostenko 6 Reputation points
2020-12-22T15:20:10.183+00:00

Hello,

I am building .net 5 console app for my raspberry running Windows Iot 10 core.
Howewer I am not able to add ARM as platform to debug and deploy app.
P70tB.png

If I create UWP app it is there:
BO1Vc.png

Windows for IoT
Windows for IoT
A family of Microsoft operating systems designed for use in Internet of Things (IoT) devices.
381 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,131 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Sean Liming 4,511 Reputation points
    2020-12-23T01:27:38.773+00:00

    .NET 5.0 only supports ARM64. Make sure you have downloaded and installed the ARM64 SDK.

    0 comments No comments

  2. Sergiy Kostenko 6 Reputation points
    2020-12-23T08:46:44.773+00:00

    It is installed. VS updated to latest version