mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
13 lines
377 B
XML
13 lines
377 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" />
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|