8

How can I get latest jQuery 1.x (not the latest 2.x) via NuGet in Visual Studio? The Manage NuGet Packages Window, when I search for NuGet only offers the latest 2.x package.

Thx in advance

g.pickardou
  • 32,346
  • 36
  • 123
  • 268

1 Answers1

17

in your Package Manager console type following:

Install-Package JQuery -Version Press Tab here to see all version here

enter image description here

SoftSan
  • 2,482
  • 3
  • 23
  • 54