mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 09:09:42 +02:00
Hello Autofac, Goodbye Ninject
This commit is contained in:
@@ -5,7 +5,6 @@ using System.Net;
|
||||
using System.Text;
|
||||
using NLog;
|
||||
using Newtonsoft.Json;
|
||||
using Ninject;
|
||||
using NzbDrone.Common.Contract;
|
||||
|
||||
namespace NzbDrone.Common
|
||||
@@ -19,7 +18,6 @@ namespace NzbDrone.Common
|
||||
private readonly EnvironmentProvider _environmentProvider;
|
||||
|
||||
|
||||
[Inject]
|
||||
public RestProvider(EnvironmentProvider environmentProvider)
|
||||
{
|
||||
_environmentProvider = environmentProvider;
|
||||
|
Reference in New Issue
Block a user