mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
back to tiny for now
This commit is contained in:
parent
2912561d0e
commit
4deecde092
84 changed files with 617 additions and 558 deletions
|
@ -1,5 +1,5 @@
|
|||
using NzbDrone.Common;
|
||||
using TinyIoC;
|
||||
using NzbDrone.Common.Composition;
|
||||
|
||||
namespace NzbDrone.Update
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ namespace NzbDrone.Update
|
|||
|
||||
}
|
||||
|
||||
public static TinyIoCContainer Build()
|
||||
public static IContainer Build()
|
||||
{
|
||||
return new UpdateContainerBuilder().Container;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue