Running on macOS Monterey on ARM64

After testing Radzen some time ago I decided to check the current version, on my new Mac.
Unfortunately the whole NetCore downloads are quite confusing, can anyone point to the downloads that are needed?

The link provided

actually redirects to

and then .NET Core 3.1 Runtime (v3.1.23) - macOS x64

I have tried to manually install with no luck.
Does anyone know which files to download?

I have tried
dotnet-sdk-3.1.417-osx-x64.pkg
dotnet-runtime-3.1.23-osx-x64.pkg
aspnetcore-runtime-3.1.23-osx-x64.tar

and of course dotnet-sdk-6.0.201-osx-arm64.pkg

I suggest you install the latest official version of .NET which is 6. Here is a download link: Download .NET 6.0 (Linux, macOS, and Windows)

Thanks I did as you suggest, now I get the following

radzen: Generating code ...
radzen: Code generation done in 775ms.
dotnet: It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '3.1.0' was not found.

  • No frameworks were found.

dotnet:
You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:

So I follow the URL and actually get dotnet-runtime-3.1.23-osx-x64.pkg
After I install I get
radzen: Generating code ...
radzen: Code generation done in 699ms.
dotnet: It was not possible to find any compatible framework version
The framework 'Microsoft.AspNetCore.App', version '3.1.0' was not found.

  • No frameworks were found.

You can resolve the problem by installing the specified framework and/or SDK.

The specified framework can be found at:

Thanks

When did you create this application? Radzen does not allow creating any applications that use .NET Core 3.1 - only .NET 5 and 6 (which is default).

OK< I have cleaned the .NET folder and reinstalled Net 6
now it seems to work. the net 3.1 somehow interfered and prevented connection to Postgres 11, giving an SSL exception.

It is working fine against a Postgres 96 instance that we kept for some other stuff.
Thanks