mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
15 lines
487 B
XML
15 lines
487 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.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>
|