added net10.0 support
Some checks failed
.NET Test / .NET tests (push) Failing after 1m0s

This commit is contained in:
2025-11-11 21:48:35 +04:00
parent f7484b35e2
commit 85721b9769
4 changed files with 29 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>Just.Core</AssemblyName>