The framework microsoft.aspnetcore.app version 3.1.0 was not found
If you see this error in VS Code, you are missing the aspnetcore runtime (even though you may have installed the larger .net core runtime).
Basically, .net core is not the same as aspnetcore. They are different runtimes and thus, different downloads.
To get the approprirate aspnetcore.app 3.1.X version, try this microsoft download
If you still get the error, you may also need the corresponding .net core runtime
Leave a Reply