support for dotnet9 compilation
All checks were successful
.NET Test / test (push) Successful in 2m2s

This commit is contained in:
2025-07-29 23:22:28 +04:00
parent dd81fecdd6
commit 595b63dc23
7 changed files with 27 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0;net8.0;net9.0</TargetFrameworks>
<LangVersion>10.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>