1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-04 07:07:20 +02:00
Radarr/src/Radarr.Api.V3/Radarr.Api.V3.csproj

15 lines
516 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-11-23 08:03:32 +01:00
<PropertyGroup>
<TargetFrameworks>net6.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" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
2022-03-20 17:06:14 +01:00
<PackageReference Include="NLog" Version="4.7.14" />
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>