Nuget SignalR installs jQuery 1.6.4
nuget, nuget-package, signalr
Solution
Just delete it, or don't use it in your code, it should be ok since jQuery 1.7.4 should be supported
From ASP.NET SignalR Hubs API Guide - JavaScript Client
A JavaScript client requires references to jQuery and the SignalR core JavaScript file. The jQuery version must be 1.6.4 or major later versions, such as 1.7.2, 1.8.2, or 1.9.1.
Problem
I use Install-Package on the package manager command line to type: Install-Package Microsoft.AspNet.SignalR I have jQuery 1.7.4 but Nuget installs 1.6.4 I am trying to use Nuget Uninstall-Package command to get rid of the jQuery 1.6.4 PM> Uninstall-Package jQuery 1.6.4 Uninstall-Package : No compatible project(s) found in the active solution. Shall I just delete the javascripts 1.6.4, but the nuget is adding stuff to packages.config and the packages folder in the solution which is part of source control