2019-08-22 21:28:51 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
2019-10-17 20:42:49 +00:00
|
|
|
|
<TargetFrameworks>net462</TargetFrameworks>
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-10-28 21:12:26 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="1.1.0" />
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Lidarr.Api.V1\Lidarr.Api.V1.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|