madskristensen / PackageInstaller

A Visual Studio extension
Other
67 stars 15 forks source link

Installs wrong bower version #15

Open airomero opened 8 years ago

airomero commented 8 years ago

Installed product versions

When installing bower components i select jquery v2.2.4 and it installs 3.1.0

Steps to recreate

  1. Right click on aspnet core 1.0 solutions
  2. Click Quick Install Package
  3. Bower - jquery - 2.2.4
  4. Click Install

    Current behavior

Jquery 3.1.0 gets installes

Expected behavior

jquery 2.2.4 should be installed