Upgrade to .NET 10.0 and fix tests

This commit is contained in:
2026-01-30 11:32:21 -05:00
parent e85b8af99d
commit fe886fc44b
5 changed files with 31 additions and 114 deletions

View File

@@ -10,7 +10,7 @@ on:
branches: [main, dev]
env:
DOTNET_VERSION: "9.0.x"
DOTNET_VERSION: "10.0.x"
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}