mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
2086ae1e2c
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
14 lines
445 B
XML
14 lines
445 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NLog" />
|
|
<PackageReference Include="System.IO.FileSystem.AccessControl" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Common\Readarr.Common.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|