I am building a self-contained .NET 8 console app that needs to run on multiple processor architectures (arm64 and x64). My experience is mostly in .NET 4.8 where I would use Platforms property. And I understand that .NET uses different approach (RuntimeIdentifiers?). Am I on the right path? What are the basic steps?
4