Unable to remove EntityFramework6 completely
Sonya
10
Reputation points
Hello everyone,
I want to get rid of an error:
Both Entity Framework Core and Entity Framework 6 are installed. The Entity Framework Core tools are running
I don't want to use Entity Framework 6 and I would like Entity Framework Core to be only installed version of Entity Framework.
When I run command "Remove-Module EntityFramework6" and check modules using "Get-Module" there's no EntityFramework6.
But when I open the solution again, I get the same error. Is there any way to solve this issue?
Sign in to answer