update to .NET 9

This commit is contained in:
Matt Parker [SSW]
2024-11-13 13:13:35 +10:00
parent d89c44e235
commit 7221780caa
4 changed files with 13 additions and 12 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>