Radarr/src/NzbDrone.Update/Radarr.Update.csproj

14 lines
507 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
2023-12-10 12:10:10 +00:00
<PackageReference Include="DryIoc.dll" Version="5.4.3" />
2023-08-17 01:34:25 +00:00
<PackageReference Include="DryIoc.Microsoft.DependencyInjection" Version="6.2.0" />
2023-08-17 01:51:25 +00:00
<PackageReference Include="NLog" Version="5.2.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Common\Radarr.Common.csproj" />
</ItemGroup>
</Project>