Lidarr/src/NzbDrone.Integration.Test/Lidarr.Integration.Test.csproj

14 lines
477 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2019-08-22 21:28:51 +00:00
<PropertyGroup>
2021-12-24 17:40:37 +00:00
<TargetFrameworks>net6.0</TargetFrameworks>
<OutputType>Library</OutputType>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
2021-12-24 17:40:37 +00:00
<ItemGroup>
2022-04-14 02:08:14 +00:00
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="6.0.3" />
</ItemGroup>
2019-08-22 21:28:51 +00:00
<ItemGroup>
<ProjectReference Include="..\Lidarr.Api.V1\Lidarr.Api.V1.csproj" />
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
</ItemGroup>
</Project>