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
NuGet Package ManagerSelect Project > Manage NuGet Packages. In the NuGet Package Manager page, choose nuget.org as the Package source. From the Browse tab, search for Newtonsoft.Json, select Newtonsoft.Json in the list, and then select Install. If you're prompted to verify the installation, select OK.
Update a package. In Solution Explorer, right-click either References or the desired project, and select Manage NuGet Packages.... (In web site projects, right-click the Bin folder.) Select the Updates tab to see packages that have available updates from the selected package sources.
in your Package Manager console type following:
Install-Package JQuery -Version Press Tab here to see all version here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With