Hi
i've create new asp.net core project with mvc template from my vs 2019 (asp.net core 3.1). now like always, i want to add new entity data model to configure my project from an existing database, but i don't found entity data model template in add new Items!
Also, i've installed this packages :
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.Relational
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Microsoft.EntityFrameworkCore.Design
But still i can not found. Can anybody help me ?
Thanks in advance