mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-03-10 12:05:51 -04:00
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com> Co-authored-by: Joe Milazzo <josephmajora@gmail.com>
23 lines
827 B
XML
23 lines
827 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Kavita.Models\Kavita.Models.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Hangfire" Version="1.8.23" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.3" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Abstractions" Version="10.0.3" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
|
|
<PackageReference Include="System.IO.Abstractions" Version="22.1.0" />
|
|
<PackageReference Include="VersOne.Epub" Version="3.3.5" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|