Radarr/src/NzbDrone.Mono/Radarr.Mono.csproj

17 lines
584 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<!--
The netstandard veresion here doesn't work in net framework
See https://github.com/xamarin/XamarinComponents/issues/282
-->
<ItemGroup>
2021-02-09 21:09:13 +00:00
<PackageReference Include="Mono.Posix.NETStandard" Version="5.20.1-servarr1" />
2020-08-25 20:26:45 +00:00
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Radarr.Common.csproj" />
</ItemGroup>
</Project>