Building and debugging once again

This commit is contained in:
Mark McDowall 2013-02-18 23:20:51 -08:00
commit bc490c6bf7
5 changed files with 7 additions and 6 deletions

View file

@ -22,6 +22,7 @@ namespace NzbDrone.Core
public static void RegisterCoreServices(this ContainerBuilder containerBuilder)
{
containerBuilder.RegisterAssembly("NzbDrone.Common");
containerBuilder.RegisterAssembly("NzbDrone.Core");
containerBuilder.InitDatabase();