Radzen not finding .Net Core

Each time I try to create a Blazor Webassembly Radzen reports I don't have .Net Core 5 or 3.1, I do. Even if I click the download button it goes through the install, and still cant find it.

Hi @maws,

Radzen expects to find the dotnet executable in the PATH. Sometimes a restart is required to apply that after installing .NET Core. To verify you have a .NET installation that Radzen will find open a command prompt window and run dotnet --version. You should see some meaningful output instead of "command not found".