This error is usually caused by the absence of .NET Core Runtime. You can check the the installation status with this command line query:
dotnet --list-runtimes
You may download the runtime for your .NET Core here:
This error is usually caused by the absence of .NET Core Runtime. You can check the the installation status with this command line query:
dotnet --list-runtimes
You may download the runtime for your .NET Core here:
Recent Comments