Hi! This is probably normal. It doesn’t work without the SDK or with SDK installed with brew. What’s the right way to have it available for Flax?

P.S. I just symlinked homebrew version to the standard .NET location and it worked!
Something like this:
sudo mkdir -p /usr/local/share/dotnet
sudo ln -sfn $(brew --prefix dotnet)/libexec/* /usr/local/share/dotnet/
sudo ln -sfn $(brew --prefix dotnet)/libexec/dotnet /usr/local/bin/dotnet