mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 21:24:52 +01:00
13 lines
464 B
XML
13 lines
464 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
<OutputType>Library</OutputType>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Readarr.Api.V1\Readarr.Api.V1.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Readarr.Test.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|