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

15 lines
531 B
XML
Raw 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>
2020-04-05 02:35:36 +00:00
<PackageReference Include="FluentValidation" Version="8.6.2" />
2021-10-21 20:04:19 +00:00
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
<PackageReference Include="NLog" Version="4.7.12" />
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>