Moving to dotnet9

This commit is contained in:
2025-04-01 12:02:41 -04:00
parent c7041f11f7
commit 44df117965
4 changed files with 20 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
<!-- See https://aka.ms/dotnet/msbuild/customize for more details on customizing your build -->
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>