Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, September 9, 2018 12:17 PM
I have Visual Studio 2017 Community,
I tried to add bootstrap into my test project however, NuGet says Bootstrap Incompatible (See image below)
But as far as I know, bower is being deprecated.... When I install bootstrap from NuGet, the scrips and css folders are not added to my project.
Any ideas? Im new to Visual Studio 2017 Community
For God, and Country.
All replies (1)
Monday, September 10, 2018 9:47 AM
Bootstrap 4+ is upgraded version and may not compatible with old one. See https://getbootstrap.com/docs/4.0/migration/
Meanwhile can you try to install manually using Tools -> Nuget Packgae Manager - >Package Manager Console and type -
Install-Package bootstrap -Version 4.0.0beta or below as needed
https://www.nuget.org/packages/bootstrap/
For bower - see solution suggested here -