Migrerat till net 9

This commit is contained in:
2025-06-25 09:46:34 +02:00
parent 1f6298551f
commit e2e1a50753
5 changed files with 1854 additions and 13 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
</PropertyGroup>
</Project>