mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 20:01:09 +02:00
12 lines
409 B
XML
12 lines
409 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net5.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" Version="4.7.8" />
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|