chore: upgrade solution from .NET 8 to .NET 10

Update all project TFMs to net10.0, EF Core to 10.0.4, add
Microsoft.Extensions.Hosting.WindowsServices, and suppress WFO1000
warning for WinForms project.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
aj
2026-03-12 13:48:23 -04:00
co-authored by Claude Opus 4.6
parent 7d3c92226c
commit f66fd3eaa7
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>