mirror of
https://github.com/Readarr/Readarr
synced 2026-01-07 16:13:05 +01:00
14 lines
487 B
XML
14 lines
487 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" />
|
|
<PackageReference Include="ImpromptuInterface" />
|
|
<PackageReference Include="NLog" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Readarr.Core.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.SignalR\Readarr.SignalR.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|