update to .net 9

This commit is contained in:
sam 2024-11-19 00:10:12 +01:00
parent e8feedb979
commit 48a11be7b7
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
9 changed files with 99 additions and 173 deletions

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>