I can install .NET Core runtime for ARM32 but I can't publish my app for it to include the runtime.
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@Petermarcu @ericstj for Raspberry Pi, which RIDs would folks use it to publish the app? any of the -arm entries depending on what they have installed (Linux or Windows 10 iot)?
Just publish with '-r linux-arm'. Raspberry Pi is generally just running a variant of our various supported Linux distros like Raspbian or Ubuntu Mate.
linux-arm32
Sorry, kill that. :(
Appears to have been addressed by #8710
Most helpful comment
Just publish with '-r linux-arm'. Raspberry Pi is generally just running a variant of our various supported Linux distros like Raspbian or Ubuntu Mate.