mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-18 19:15:10 -04:00
14 lines
546 B
XML
14 lines
546 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="FluentValidation" Version="9.5.4" />
|
|
<PackageReference Include="NLog" Version="5.4.0" />
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="7.3.2" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Core\Prowlarr.Core.csproj" />
|
|
<ProjectReference Include="..\Prowlarr.Http\Prowlarr.Http.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|