Revert "Moving to dotnet9"

This reverts commit 44df117965.
This commit is contained in:
2025-04-01 23:35:32 -04:00
parent a2270bfb80
commit 01defcf3eb
4 changed files with 34 additions and 20 deletions

View File

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