2023-08-13 06:59:16 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2024-08-02 02:25:36 -04:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-08-13 06:59:16 -04:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-08-02 02:25:36 -04:00
|
|
|
<PackageReference Include="AngleSharp" Version="1.1.2"/>
|
2023-08-13 07:44:06 -04:00
|
|
|
<PackageReference Include="EpubSharp.dll" Version="1.1.5"/>
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
|
2023-08-13 06:59:16 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|