Lidarr/src/Lidarr.Http/Lidarr.Http.csproj

15 lines
534 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2017-09-04 02:20:56 +00:00
<PropertyGroup>
2021-12-24 17:40:37 +00:00
<TargetFrameworks>net6.0</TargetFrameworks>
2017-09-04 02:20:56 +00:00
</PropertyGroup>
<ItemGroup>
2020-06-27 21:51:59 +00:00
<PackageReference Include="FluentValidation" Version="8.6.2" />
2021-08-04 20:42:40 +00:00
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
2022-04-14 02:08:14 +00:00
<PackageReference Include="NLog" Version="4.7.14" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
2019-08-22 21:28:51 +00:00
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Lidarr.SignalR.csproj" />
2017-09-04 02:20:56 +00:00
</ItemGroup>
2019-08-22 21:28:51 +00:00
</Project>