Radarr/src/NzbDrone.Windows/Radarr.Windows.csproj

12 lines
414 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2020-08-25 20:26:45 +00:00
<TargetFrameworks>net462;net5.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
2020-04-05 02:35:36 +00:00
<PackageReference Include="NLog" Version="4.7.0" />
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>