Lidarr/src/NzbDrone.SignalR/Lidarr.SignalR.csproj

14 lines
503 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2019-08-22 21:28:51 +00:00
<PropertyGroup>
<TargetFrameworks>net462;net5.0</TargetFrameworks>
<OutputType>Library</OutputType>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net462'">
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
2019-12-09 21:59:39 +00:00
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
</ItemGroup>
</Project>