Asp.net core DbContext not found
While working with asp.net entity framework core ,I came across a problem that is "No Dbcontext found in the assembly". I have added the package using the following command that is,"dotnet add package Microsoft.EntityFrameworkCore.Design ". Please help me oout to solve the problem