When VS2015 develops a MVC project, each new Area, will automatically add a framework such as BootStrap to the Web project. How to block it?

when developing a MVC project with VS2015, every time you create a new Area, VS will automatically configure BootStrap, JQuery and modernizr to the Web project. How can I configure VS so that VS can no longer install these plug-ins automatically?

Jan.18,2022
Menu