Update to .NET 10

- Update all project runtime targets
- Update all dependencies
  - NOTE: Using Npgsql.EntityFrameworkCore.PostgreSQL RTM build from MyGet
- Delete unused pubxml files (they were made redundant by recent workflow changes)
- Replace Libation.sln with Libation.slnx
This commit is contained in:
MBucari
2025-11-20 15:09:12 -07:00
parent 22159b79d8
commit fde78f4167
53 changed files with 162 additions and 615 deletions

View File

@@ -12,7 +12,7 @@ on:
required: true
dotnet-version:
type: string
default: "9.x"
default: "10.x"
description: ".NET version to target"
run-unit-tests:
type: boolean