2019-08-22 21:28:51 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2021-12-24 17:40:37 +00:00
|
|
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2020-06-27 21:51:59 +00:00
|
|
|
|
<PackageReference Include="NBuilder" Version="6.1.0" />
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</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>
|