-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The framework 'Microsoft.AspNetCore.App', version '6.0.0' (x64) was not found #64136
Comments
Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov Issue DetailsDescription
[max@workstation FirstDotNetCore]$ dotnet --info Runtime Environment: Host (useful for support): .NET SDKs installed: .NET runtimes installed: To install additional .NET runtimes or SDKs:
$ dotnet new webapp
[max@workstation FirstDotNetCore]$ uname -a
|
The error clearly states:
Your machine doesn't have the If you follow the link in the error it points you to a download page, the Linux version of that page has basically just one download which should install both |
The problem also occurs on docker. It seems that the runtime version of 6.0-rc is different from the sdk. |
@minskiter if you're still seeing the problem, could you please create a new issue? This one seems to be answered, so I'm going to close it. Please include the actual error you get. |
Ok. #64862 |
Description
$ dotnet run
and IDE error:More details:
And dotnet ef:
Reproduction Steps
Expected behavior
running the webapp.
Actual behavior
error!
Other information
similar issue: dotnet/core#3487
The text was updated successfully, but these errors were encountered: