2019-08-22 21:28:51 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2021-04-26 18:07:16 +00:00
|
|
|
|
<TargetFrameworks>net462;net5.0</TargetFrameworks>
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Host\Lidarr.Host.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Dummy\Lidarr.Test.Dummy.csproj" />
|
|
|
|
|
</ItemGroup>
|
2019-10-28 21:30:08 +00:00
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
|
2019-08-22 21:28:51 +00:00
|
|
|
|
<Reference Include="System.ServiceProcess" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|