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

15 lines
530 B
XML
Raw Permalink Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-11-23 07:03:32 +00:00
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
2018-11-23 07:03:32 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="9.5.4" />
2021-10-21 20:04:19 +00:00
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
2023-08-17 01:51:25 +00:00
<PackageReference Include="NLog" Version="5.2.3" />
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>