Upgrade to .NET 10 and finalize foundation scaffold

This commit is contained in:
2026-01-28 14:29:42 +01:00
parent 71f61bb122
commit 257b473253
16 changed files with 328 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ This repo is a tiny, purpose-built web app for a closed Discord group to:
4) reveal totals sorted by score
Tech constraints:
- .NET 8
- .NET 10
- ASP.NET Core Minimal API
- Static HTML/CSS/JS (no Razor Pages, no Blazor, no HTMX)
- SQLite via EF Core
@@ -76,3 +76,4 @@ Do not introduce MVC controllers, Razor Pages, Blazor, or SPA frameworks.
- Implement API first, UI second
- Keep changes small and testable
- Prefer clarity over abstraction
- After every iteration, do a git commit with a brief summary of the changes as a commit message.