I have created a .NET Core 3.0 class library project, and would like to use Entity Framework in it.
I have installed Entity Framework Core using Nuget, and also have .NET Core 3.0 SDK installed on my computer, but I still don't see the ADO.net Entity Data Model template when I try to add a new item to the project.
I am using Visual Studio 2019 Community.