Lidarr/src/NzbDrone.Windows/Lidarr.Windows.csproj

13 lines
422 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2019-12-09 21:59:39 +00:00
<TargetFrameworks>net462;netcoreapp3.1</TargetFrameworks>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
<ItemGroup>
2019-12-09 21:59:39 +00:00
<PackageReference Include="NLog" Version="4.6.8" />
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="4.7.0" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Lidarr.Common.csproj" />
</ItemGroup>
</Project>