问题
Just like for any other architecture there should be package fro asp.net-5 coreclr like dnx-coreclr-linux-arm for arm arch.
There are already packages for other architectures: https://www.nuget.org/packages?q=dnx-coreclr
I know that in beta7 there was some effort done to enable arm compilation: https://github.com/aspnet/dnx/pull/2039
Does anyone knows if there any plans for releasing them via nuget? This would enable dev for raspberry pi or home mini pc's like qnap 2xx series.
回答1:
ARM support isn't being shipped as part of any planned release. It's something that's available on the ci feed though.
来源:https://stackoverflow.com/questions/32537245/nuget-packages-for-arm-architecture-for-asp-net-5