I have Website poject created .Net Framework 4.7.2 Currently I am using Bootstrap version 3.4.1
Bootstrap 3.4 is in end-of-life state. Therefore I need to update to the latest version 5.3
When I replaced the new version files bootstrapfiles in the project. The version 3.4 is quite old. I am getting different errors in console, one of them is Index:1 Refused to execute script from 'https://localhost:xx/bootstrap.bundle.min.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled
I want to ask, are there any specific steps(or commands) to follow while updating Bootstrap in the applications?