Files
Prowlarr-Prowlarr/src/NzbDrone.SignalR/Prowlarr.SignalR.csproj
Qstick d2a8acb1a6 Net 5.0
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2020-12-26 16:59:23 -05:00

15 lines
582 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFrameworks>net5.0;net472</TargetFrameworks>
<OutputType>Library</OutputType>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Prowlarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.Common\Prowlarr.Common.csproj" />
</ItemGroup>
</Project>