I have installed VS.php and Phalanger for developing a PHP project in Visual Studio.
I am able to debug the PHP project successfully, now I am looking for to add 'bootstrap' as a package through nuget.
By using "Manage NuGet Packages for solution" option, when I choose to install 'bootstrap' package, the VS show following mesasge.
'bootstrap' could not be installed because it is not compatible with any project in the solution. The package doesn't target any framework.
Its a phpproj; PHP project created from VS.php extension, how can i use nuget with phpproj type project.