I am trying to use Bootstrap and JQuery in my new ASP.Net Core application. But I encounter the error \"Bootstrap\'s JavaScript requires jQuery version 1.9.1 or higher, but
Delete the Lib forder on the wwwroot and run bower install, ensure that in your bower.json file you have the version of jquery that you want.