Lidarr/src/NzbDrone.Update/Lidarr.Update.csproj

15 lines
509 B
XML
Raw Normal View History

2019-08-22 21:28:51 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2021-12-24 17:40:37 +00:00
<TargetFrameworks>net6.0</TargetFrameworks>
2019-08-22 21:28:51 +00:00
</PropertyGroup>
<ItemGroup>
2022-04-14 02:08:14 +00:00
<PackageReference Include="DryIoc.dll" Version="4.8.8" />
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" Version="5.1.0" />
2022-04-14 02:08:14 +00:00
<PackageReference Include="NLog" Version="4.7.14" />
2019-08-22 21:28:51 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Lidarr.Common.csproj" />
</ItemGroup>
</Project>