mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-10 23:29:53 +02:00
1169741c54
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
15 lines
516 B
XML
15 lines
516 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="8.6.2" />
|
|
<PackageReference Include="Ical.Net" Version="4.2.0" />
|
|
<PackageReference Include="NLog" Version="4.7.14" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Sonarr.Core.csproj" />
|
|
<ProjectReference Include="..\Sonarr.Http\Sonarr.Http.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|