User347430248 posted
Hi Pointtoshare,
Looks like you are talking about Bootstrap CSS 3.3.7 and Bootstrap CSS 4.1.0
If yes, Then you can remove Bootstrap CSS 4.1.0 by following the steps below.
-
In
Solution Explorer, right-click either
References or the desired project, and select
Manage NuGet Packages....
-
Select the
Installed tab.
-
Select the package to uninstall (using search to filter the list if necessary) and select
Uninstall.
Reference:
NuGet Package Manager UI
Then you can install the specific version using command below.
Install-Package bootstrap -Version 3.3.7
You can also download the specific version from link below.
Bootstrap CSS
Regards
Deepak