Both Microsoft.AspNet.SignalR.Redis and StackExchange.Redis.Extensions.Core are used in the same project. The former requires StackExchange.Redis.StrongName, while the latter has dependency to StackExchange.Redis. Obviously, you can't have both StackExchange.Redis.StrongName and StackExchange.Redis in the same Bin folder.
Is there a way to force Microsoft.AspNet.SignalR.Redis and StackExchange.Redis.Extensions.Core to both either work with StackExchange.Redis.StrongName or StackExchange.Redis?