1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-04 15:17:22 +02:00
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 08:03:32 +01:00
<PropertyGroup>
2020-08-25 22:26:45 +02:00
<TargetFrameworks>net462;net5.0</TargetFrameworks>
2018-11-23 08:03:32 +01:00
</PropertyGroup>
<ItemGroup>
2020-04-05 04:35:36 +02:00
<PackageReference Include="FluentValidation" Version="8.6.2" />
2019-10-14 22:21:00 +02:00
<PackageReference Include="Ical.Net" Version="4.1.11" />
2019-08-28 23:43:55 +02: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 22:41:55 +01:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2020-04-05 04:35:36 +02:00
<PackageReference Include="NLog" Version="4.7.0" />
2018-11-23 08:03:32 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
<ProjectReference Include="..\Radarr.Http\Radarr.Http.csproj" />
2018-11-23 08:03:32 +01:00
</ItemGroup>
2019-08-28 23:43:55 +02:00
</Project>