Radarr/src/Radarr.Api.V3/Radarr.Api.V3.csproj

19 lines
804 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-11-23 07:03:32 +00:00
<PropertyGroup>
2020-08-25 20:26:45 +00:00
<TargetFrameworks>net462;net5.0</TargetFrameworks>
2018-11-23 07:03:32 +00:00
</PropertyGroup>
<ItemGroup>
2020-04-05 02:35:36 +00:00
<PackageReference Include="FluentValidation" Version="8.6.2" />
2019-10-14 20:21:00 +00:00
<PackageReference Include="Ical.Net" Version="4.1.11" />
2019-08-28 21:43:55 +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-12-05 21:41:55 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020-04-05 02:35:36 +00:00
<PackageReference Include="NLog" Version="4.7.0" />
2018-11-23 07:03:32 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
<ProjectReference Include="..\Radarr.Http\Radarr.Http.csproj" />
2018-11-23 07:03:32 +00:00
</ItemGroup>
2019-08-28 21:43:55 +00:00
</Project>