Open DragonZX opened 4 years ago
To my knowledge Microsoft doesn't support .NET Core on linux-x86, but there is a thread over at https://github.com/dotnet/source-build/issues/1235 where some people are trying to build the SDK from source, and https://github.com/dotnet/runtime/issues/7335 for just the runtime.
The supported versions and architectures are listed at https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux
/cc @leecow
I have an production gaming server using Debian 11 (Bullseye) i386 (steamcmd and some issues reasons), In that case I need to compile one of tools using .Net Core 3.1 for it. Unfortunatly I haven't found any microsoft repository for it or any compilation instructions.