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

@@ -9,7 +9,7 @@ env:
TZ: 'Europe/Berlin'
LANG: 'de'
CONFIGURATION: 'Debug'
CI_SERVER_HOST: ${{ gitea.server_url }}
# CI_SERVER_HOST: ${{ gitea.server_url }}
jobs:
build-test-deploy:
@@ -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
@@ -31,6 +31,7 @@ jobs:
set -ex
dotnet restore -v q
dotnet tool restore -v q
echo "CI_SERVER_HOST=${GITEA_SERVER_URL#https://}" >> "$GITEA_ENV"
- name: Setup tools
run: |