mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
removed Autofac from update project.
This commit is contained in:
parent
55ece3d80d
commit
3f958109bb
18 changed files with 174 additions and 151 deletions
19
NzbDrone.Update/UpdateContainerBuilder.cs
Normal file
19
NzbDrone.Update/UpdateContainerBuilder.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using NzbDrone.Common;
|
||||
using TinyIoC;
|
||||
|
||||
namespace NzbDrone.Update
|
||||
{
|
||||
public class UpdateContainerBuilder : ContainerBuilderBase
|
||||
{
|
||||
public UpdateContainerBuilder()
|
||||
: base("NzbDrone.Update", "NzbDrone.Common")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static TinyIoCContainer Build()
|
||||
{
|
||||
return new UpdateContainerBuilder().Container;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue