Switch back to dotnet 9.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-10 23:54:01 +01:00
parent 457641ac58
commit d4b4b0f2d4
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>