mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-22 15:53:23 +00:00
bb6528c104
Closes #4980
19 lines
913 B
XML
19 lines
913 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.6.2" />
|
|
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.7.0" />
|
|
<PackageReference Include="FluentValidation" Version="9.5.4" />
|
|
<PackageReference Include="Ical.Net" Version="4.2.0" />
|
|
<PackageReference Include="NLog" Version="5.3.3" />
|
|
<PackageReference Include="System.IO.Abstractions" Version="17.0.24" />
|
|
</ItemGroup>
|
|
</Project>
|