mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +00:00
13 lines
476 B
XML
13 lines
476 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\Lidarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
|
<ProjectReference Include="..\Lidarr.Http\Lidarr.Http.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|