Lidarr/src/Lidarr.Api.V1/Lidarr.Api.V1.csproj

23 lines
1.1 KiB
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2017-09-04 02:20:56 +00:00
<PropertyGroup>
<TargetFrameworks>net462</TargetFrameworks>
2017-09-04 02:20:56 +00:00
</PropertyGroup>
<ItemGroup>
2019-08-22 21:28:51 +00: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-04 02:20:56 +00:00
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="8.4.0" />
2019-09-17 20:52:38 +00:00
<PackageReference Include="Ical.Net" Version="4.1.11" />
2019-09-12 20:32:51 +00: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 21:28:51 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="NLog" Version="4.6.7" />
2019-08-22 21:28:51 +00:00
<PackageReference Include="System.IO.Abstractions" Version="4.0.11" />
</ItemGroup>
2019-08-22 21:28:51 +00:00
</Project>