The tutorial I'm (was) following, they have an option to select "using Microsoft entity framework" but for me, it does not show that potential fix, any advice would be much appreciated.
services.AddMvc(); services.AddDbContext<NewContext>(options => options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection"))); }