I\'m trying to give the SignalR Sample a test drive but it seems it references an old version of SignalR which is no longer available. The actual problem is that NuGet cannot re
There's an easier solution, if you know the versions that currently exist in the feed. This solution can fix every package in every project.
Update-Package -Reinstall
Hope it helps