mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-29 18:15:37 -04:00
17 lines
683 B
XML
17 lines
683 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5.0;net472</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="8.6.2" />
|
|
<PackageReference Include="Nancy" Version="2.0.0" />
|
|
<PackageReference Include="Nancy.Authentication.Basic" Version="2.0.0" />
|
|
<PackageReference Include="Nancy.Authentication.Forms" Version="2.0.0" />
|
|
<PackageReference Include="NLog" Version="4.7.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.SignalR\Radarr.SignalR.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|