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 03:29:51 -04:00
|
|
|
<PackageReference Include="AngleSharp" Version="1.1.2" />
|
|
|
|
<PackageReference Include="EpubSharp.dll" Version="1.1.5" />
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
|
2023-08-13 06:59:16 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|