Migrated to .NET10

This commit is contained in:
2026-01-17 15:55:20 +02:00
parent fae4b37ef9
commit 395d831478
18 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>