kartik-v / bootstrap-fileinput

An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features.
http://plugins.krajee.com/file-input
Other
5.36k stars 2.39k forks source link

Nuget - old bootstap & jquery packages forced down #220

Closed brianlagerman closed 9 years ago

brianlagerman commented 9 years ago

When I update bootstrap-fileinput, I'm getting old versions of bootstrap (3.0.0) and jQuery (1.9.0) pushed down as well, even though I already have bootstrap (3.3.2) and jQuery (1.10.2). There should be a check to see if the minimum version is there, but fileinput should not automatically install the older versions if newer ones exist.

kartik-v commented 9 years ago

You need to control this using your package manager config as the plugin will not have a method to understand this.