Hi,
I'm using .NET on an arm64 Milk-V Duo 256M.
.NET 9 worked perfectly fine, but the recently released .NET 10 does not work.
.NET 10 requires glibc 2.27, but the release image uses glibc 2.25.
This is because the glibc version supported by .NET has been updated.
dotnet/runtime#109939
Do you have plans to upgrade to glibc 2.27?