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>
|
2019-08-22 21:28:51 +00: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-04 02:20:56 +00:00
|
|
|
|
</ItemGroup>
|
2019-06-09 19:48:24 +00:00
|
|
|
|
<ItemGroup>
|
2024-06-10 08:23:33 +00:00
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" />
|
2021-08-04 20:42:40 +00:00
|
|
|
|
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
|
2023-04-16 22:44:01 +00:00
|
|
|
|
<PackageReference Include="FluentValidation" Version="9.5.4" />
|
2021-04-26 20:56:39 +00:00
|
|
|
|
<PackageReference Include="Ical.Net" Version="4.2.0" />
|
2023-05-31 04:12:56 +00:00
|
|
|
|
<PackageReference Include="NLog" Version="5.2.0" />
|
2022-08-02 20:34:13 +00:00
|
|
|
|
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
|
2019-06-09 19:48:24 +00:00
|
|
|
|
</ItemGroup>
|
2019-08-22 21:28:51 +00:00
|
|
|
|
</Project>
|