bump .NET version to 8.0

This commit is contained in:
Slavasil 2025-04-20 00:38:40 +03:00
parent 454ebd1581
commit b02c86a960

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>