Updated to .NET 10
Some checks failed
Branch Build / build-test-deploy (push) Has been cancelled

This commit is contained in:
2026-01-12 18:32:15 +01:00
parent f7978c6277
commit 5f3f934b89
23 changed files with 357 additions and 376 deletions

View File

@@ -23,7 +23,7 @@ jobs:
- name: Setup dotnet
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.x
dotnet-version: 10.x
cache: false
- name: Restore dependencies