mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Hello Autofac, Goodbye Ninject
This commit is contained in:
parent
17d9d0cc4f
commit
924d3d0c8e
139 changed files with 473 additions and 572 deletions
|
@ -3,7 +3,6 @@ using System.IO;
|
|||
using System.Runtime.InteropServices;
|
||||
using System.ServiceProcess;
|
||||
using NLog;
|
||||
using Ninject;
|
||||
using NzbDrone.Common;
|
||||
using NzbDrone.Providers;
|
||||
|
||||
|
@ -23,7 +22,6 @@ namespace NzbDrone
|
|||
private readonly SecurityProvider _securityProvider;
|
||||
private readonly DiskProvider _diskProvider;
|
||||
|
||||
[Inject]
|
||||
public ApplicationServer(ConfigFileProvider configFileProvider, IISProvider iisProvider,
|
||||
DebuggerProvider debuggerProvider, EnvironmentProvider environmentProvider,
|
||||
ProcessProvider processProvider, MonitoringProvider monitoringProvider,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue