1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00
Sonarr/src/Sonarr.Api.V3/Sonarr.Api.V3.csproj

15 lines
516 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2017-02-10 22:46:39 -08:00
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
2017-02-10 22:46:39 -08:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="8.6.2" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
2021-11-13 12:40:13 -06:00
<PackageReference Include="NLog" Version="4.7.14" />
2017-02-10 22:46:39 -08:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Sonarr.Core.csproj" />
<ProjectReference Include="..\Sonarr.Http\Sonarr.Http.csproj" />
2017-02-10 22:46:39 -08:00
</ItemGroup>
</Project>