I am following a tutorial ("Build real world application using ASP.NET Core MVC, Entity Framework Core and ASP.NET Core Identity") and I am at the point where I need to create the identity as a scaffold item. However, I seem to be running into an error that has to do with the bootstrap version I'm using, I'm just not sure what to do from here. "There was an error running the selected code generator: 'The specified bootstrap version '4' is not valid. The valid options are '3,4,5'."
I have updated my code generator but it didn't help.