Files
Readarr/src/NzbDrone.Api.Test/Readarr.Api.Test.csproj
T
2021-11-13 08:45:25 +00:00

14 lines
464 B
XML

<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>