2019-08-22 22:28:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-09-03 22:20:56 -04:00
|
|
|
|
<PropertyGroup>
|
2019-08-22 22:28:51 +01:00
|
|
|
|
<TargetFramework>net462</TargetFramework>
|
|
|
|
|
<Platforms>x86</Platforms>
|
2017-09-03 22:20:56 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-22 22:28:51 +01:00
|
|
|
|
<ProjectReference Include="..\Marr.Data\Marr.Data.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Lidarr.Http\Lidarr.Http.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Common\Lidarr.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.SignalR\Lidarr.SignalR.csproj" />
|
2017-09-03 22:20:56 -04:00
|
|
|
|
</ItemGroup>
|
2019-06-09 15:48:24 -04:00
|
|
|
|
<ItemGroup>
|
2019-09-11 21:26:54 -04:00
|
|
|
|
<PackageReference Include="FluentValidation" Version="8.4.0" />
|
2019-08-22 22:28:51 +01:00
|
|
|
|
<PackageReference Include="Ical.Net" Version="2.2.32" />
|
2019-09-12 21:32:51 +01:00
|
|
|
|
<PackageReference Include="Nancy" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Nancy.Authentication.Basic" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Nancy.Authentication.Forms" Version="2.0.0" />
|
2019-08-22 22:28:51 +01:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
|
|
|
|
|
<PackageReference Include="NLog" Version="4.5.4" />
|
|
|
|
|
<PackageReference Include="System.IO.Abstractions" Version="4.0.11" />
|
2019-06-09 15:48:24 -04:00
|
|
|
|
</ItemGroup>
|
2019-08-22 22:28:51 +01:00
|
|
|
|
</Project>
|