Radarr/src/Radarr.Http/Radarr.Http.csproj

18 lines
758 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-11-23 07:03:32 +00:00
<PropertyGroup>
2019-12-05 21:41:55 +00:00
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
2018-11-23 07:03:32 +00:00
</PropertyGroup>
<ItemGroup>
2019-12-05 21:41:55 +00:00
<PackageReference Include="FluentValidation" Version="8.6.0" />
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" />
<PackageReference Include="NLog" Version="4.6.8" />
2018-11-23 07:03:32 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Radarr.SignalR.csproj" />
2018-11-23 07:03:32 +00:00
</ItemGroup>
2019-08-28 21:43:55 +00:00
</Project>