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

New: Use sqlite package from Lidarr

This commit is contained in:
ta264
2019-10-14 21:21:00 +01:00
committed by Qstick
parent 0b0d0a7353
commit fdbed91a4e
11 changed files with 10 additions and 21082 deletions

View File

@@ -14,9 +14,4 @@
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Radarr.SignalR.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Data.SQLite">
<HintPath>..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
</Reference>
</ItemGroup>
</Project>