csproj: Update to .NET 8

This commit is contained in:
CakesTwix 2024-08-02 09:25:36 +03:00
parent 3e1200af18
commit 849f09b6d2
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -2,13 +2,13 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AngleSharp" Version="1.0.4"/> <PackageReference Include="AngleSharp" Version="1.1.2"/>
<PackageReference Include="EpubSharp.dll" Version="1.1.5"/> <PackageReference Include="EpubSharp.dll" Version="1.1.5"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> <PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
</ItemGroup> </ItemGroup>