-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
What does this mean and how can it be resolved properly? Package 'Microsoft.AspNet.Mvc 5.2.8' was restored using '...' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project. #35184
Comments
You have a reference to an old ASP.NET dll (.NET Framework) - please share a full repro. What does this have to do with EF Core? |
The problem has been there since the very first time I updated packages. Perhaps my project file may give indications: net8.0 enable enable aspnet-IssWeb-96ac3037-0def-4d49-b7a7-f3bd94d2fc41 all runtime; build; native; contentfiles; analyzers; buildtransitive |
Please guide me through updating the "old.dll" you mentioned to a .Net 8 MVC web application-compatible one. |
You need to format you project file as code, no one can read it here. |
|
What does this mean and how can it be resolved properly?
Package 'Microsoft.AspNet.Mvc 5.2.8' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1' instead of the project target framework 'net8.0'. This package may not be fully compatible with your project.
EF Core version:
Database provider: Microsoft.EntityFrameworkCore.SqlServer
Target framework: .NET 8.0
Operating system:
IDE: Visual Studio 2022 17.12.1
This is not a coding issue.
The text was updated successfully, but these errors were encountered: