
Download .NET 7.0 Runtime (v7.0.3) - Windows x64 Installer

Languages of my interest : sbcl-coalton , ocaml , scala , f#.Bill was too busy saving the world than to mess around with such esoteric softwares that make him no money.
./build_runtime.sh
Build FAILED.
/tmp/dotnet/dotnet-core-freebsd-source-build/runtime/src/coreclr/tools/aot/ILCompiler/ILCompiler.csproj : error NU1101: Unable to find package runtime.freebsd-x64.Microsoft.NETCore.Runtime.ObjWriter. No packages exist with this id in source(s): darc-pub-dotnet-emsdk-2406616, dotnet-eng, dotnet-libraries, dotnet-libraries-transport, dotnet-public, dotnet-tools, dotnet8, dotnet8-transport, ghsec [/tmp/dotnet/dotnet-core-freebsd-source-build/runtime/Build.proj]
0 Warning(s)
1 Error(s)
mv ~/Downloads/dotnet-sdk-7.0.403-freebsd-x64.tar.gz ~/
DOTNET_FILE=dotnet-sdk-7.0.403-freebsd-x64.tar.gz
export DOTNET_ROOT=$(pwd)/.dotnet
mkdir -p "$DOTNET_ROOT" && tar zxf "$DOTNET_FILE" -C "$DOTNET_ROOT"
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
dotnet
to work. I haven't tested further. Edit: my test MVC project builds, so I must have done something right...