I coded a c# .Net 5 runtime console app, but the runtime will not download on my server.
I get the following error: The following .Net runtime is missing (.Net 5.0.8)
I am not sure how to install this specific runtime since I get a version not found.
Exact error:
The .NET runtime can be found at:
- https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win7-x64&apphost_version=5.0.8
ALSO:
E: Unable to locate package dotnet-runtime-5.0.8
E: Couldn't find any package by glob 'dotnet-runtime-5.0.8'
E: Couldn't find any package by regex 'dotnet-runtime-5.0.8'
``