1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Use DryIoc for Automoqer, drop Unity dependency

[common]
This commit is contained in:
ta264
2022-06-20 20:25:47 +01:00
parent f2a7d0d520
commit e3468daba0
4 changed files with 55 additions and 199 deletions
@@ -9,7 +9,6 @@
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="RestSharp" Version="106.15.0" />
<PackageReference Include="Unity" Version="5.11.10" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Radarr.Common.csproj" />