chore: update to .NET 9

This commit is contained in:
Oli Sturm
2024-11-13 16:01:03 +00:00
parent 0aa57a5d27
commit 0bb8cf43d5
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>