Radarr/src/Radarr.Api.V3/Radarr.Api.V3.csproj

15 lines
515 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>
<PackageReference Include="FluentValidation" Version="9.5.4" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
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="..\Radarr.Http\Radarr.Http.csproj" />
2018-11-23 07:03:32 +00:00
</ItemGroup>
2019-08-28 21:43:55 +00:00
</Project>