Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I update a project created in VS2019 for ASP.NET web forms using .Net Framework 4.7 to use bootstrap 4.

I am not using ASP.NET Core

What I have tried:

VS won't allow me to upgrade from 3.4.1.
Posted
Updated 1-Mar-21 8:40am

1 solution

In Visual Studio 2019.
Open your web forms project.
go to References (in solution explorer).
Right click references...
Select Manage Nuget Packages...
You will see something like the following:

https://i.stack.imgur.com/spx1Q.png[^]

It shows Bootstrap 3.4.1.
You will have to select version 4.5.3 of bootstrap on the right side you can select [Update] button.

If you try 4.6.1 it won't work.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900