You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/src/Readarr.Api.V1/Readarr.Api.V1.csproj

19 lines
750 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Readarr.Http\Readarr.Http.csproj" />
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Readarr.SignalR.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Reflection.TypeExtensions" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="Ical.Net" />
<PackageReference Include="NLog" />
<PackageReference Include="System.IO.Abstractions" />
</ItemGroup>
</Project>