mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 15:23:55 +01:00
14 lines
535 B
XML
14 lines
535 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="8.6.2" />
|
|
<PackageReference Include="ImpromptuInterface" Version="7.0.1" />
|
|
<PackageReference Include="NLog" Version="4.7.8" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.SignalR\Readarr.SignalR.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|