Error while adding Scaffold Item for Identity in .NETCore – ‘Package restore failed. Rolling back package changes for Project’
Task is to Create an Identity Scaffold Item .NETCoreMVC is 8, for that modified ApplicationDbContext base class from DbContext to IdentityDbContext in dataaccess project and installed nuget package “Microsoft.AspNetCore.Identity.EntityFrameworkCore” Version 8.0.0 on same project.