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