fix: resolve InputFile destruction exception during stream read

This commit is contained in:
2026-05-10 20:06:15 +02:00
parent a6a5fc683c
commit ac5a50c014
3 changed files with 46 additions and 30 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="VersOne.Epub" Version="3.3.6" />
</ItemGroup>
</Project>