Like most people, I\'m using the jQuery Nuget package to keep up to date.
However, with the release of jQuery 2.0 I\'m now prompted to upgrade jQuery 1.9.1 to 2.0. A
I combined the two solutions from the top for @TeYoU
First I Installed the package from the package manager console:
Tools Menu -> Library Package Manager -> Package Manager Console
PM> Install-Package jQuery -Version 1.9.1
Then I edited the packages.config as @Dave R. says:
Then I updated to the current version, currently 1.10.2 using Nuget Manager and it worked like a charm.