1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-11 06:22:52 +00:00
Lidarr/src/Lidarr.Api.V1/Lidarr.Api.V1.csproj

19 lines
828 B
XML
Raw Normal View History

2019-08-22 22:28:51 +01:00
<Project Sdk="Microsoft.NET.Sdk">
2017-09-03 22:20:56 -04:00
<PropertyGroup>
2021-12-24 11:40:37 -06:00
<TargetFrameworks>net6.0</TargetFrameworks>
2017-09-03 22:20:56 -04:00
</PropertyGroup>
<ItemGroup>
2019-08-22 22:28:51 +01:00
<ProjectReference Include="..\Lidarr.Http\Lidarr.Http.csproj" />
<ProjectReference Include="..\NzbDrone.Common\Lidarr.Common.csproj" />
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
<ProjectReference Include="..\NzbDrone.SignalR\Lidarr.SignalR.csproj" />
2017-09-03 22:20:56 -04:00
</ItemGroup>
<ItemGroup>
2021-08-04 21:42:40 +01:00
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
2020-06-27 17:51:59 -04:00
<PackageReference Include="FluentValidation" Version="8.6.2" />
2021-04-26 21:56:39 +01:00
<PackageReference Include="Ical.Net" Version="4.2.0" />
2022-04-13 21:08:14 -05:00
<PackageReference Include="NLog" Version="4.7.14" />
2021-04-26 21:56:39 +01:00
<PackageReference Include="System.IO.Abstractions" Version="13.2.29" />
</ItemGroup>
2019-08-22 22:28:51 +01:00
</Project>