mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
9c8d3b679d
(cherry picked from commit 24f03fc1e96eba215f96312c791cf167f10499c7)
15 lines
549 B
XML
15 lines
549 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NBuilder" Version="6.1.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Radarr.Test.Common.csproj" />
|
|
<ProjectReference Include="..\Radarr.Api.V3\Radarr.Api.V3.csproj" />
|
|
<ProjectReference Include="..\Radarr.Http\Radarr.Http.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|