Upgraded nuget packages, Ninject 3, SignalR 5

This commit is contained in:
Mark McDowall 2012-11-03 11:23:47 -07:00
commit 64468cd9ed
489 changed files with 293885 additions and 30058 deletions

View file

@ -0,0 +1,9 @@
using System.Linq;
namespace NzbDrone.Api
{
public interface IApiRequest
{
string ApiKey { get; set; }
}
}