Saturday, 6 June 2020

Not able to install bootstrap 4.0.0 (beta) nuget package to .Net MVC (.Net version 4.6.1)

////////////////////

 Manually add the popper.js package in to your packages config below-


<package id="WebGrease" version="1.6.0" targetFramework="net461" />


Now install package again. Its working fine

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...