Nuget SignalR installs jQuery 1.6.4 -
i use install-package on package manager command line type:
install-package microsoft.aspnet.signalr
i have jquery 1.7.4 nuget installs 1.6.4
i trying use nuget uninstall-package command rid of jquery 1.6.4
pm> uninstall-package jquery 1.6.4 uninstall-package : no compatible project(s) found in active solution.
shall delete javascripts 1.6.4, nuget adding stuff packages.config , packages folder in solution part of source control
just delete it, or don't use in code, should ok since jquery 1.7.4 should supported
from asp.net signalr hubs api guide - javascript client
a javascript client requires references jquery , signalr core javascript file. jquery version must 1.6.4 or major later versions, such 1.7.2, 1.8.2, or 1.9.1.
Comments
Post a Comment