mirror of
https://github.com/CakesTwix/Smakolykytl2Epub.git
synced 2025-01-01 22:21:36 -05:00
16 lines
497 B
XML
16 lines
497 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="AngleSharp" Version="1.0.4"/>
|
|
<PackageReference Include="EpubSharp.dll" Version="1.1.5"/>
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|