I am trying to install twitter bootstrap 4 beta in my ASP.NET Web Application through Nuget package manager and I am seeing the following error in Visual Studio 2015.
Could not install package 'popper.js 1.11.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Has anyone faced this compatibility issue? Let me know your suggestions to resolve this.
Thanks in advance.
