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/NzbDrone.Api.Test/Readarr.Api.Test.csproj

14 lines
464 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NBuilder" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
<ProjectReference Include="..\Readarr.Http\Readarr.Http.csproj" />
</ItemGroup>
</Project>