Partially updated to .net 10

This commit is contained in:
2025-12-14 19:51:36 +01:00
parent 0fa955f794
commit 8a16658dfe
7 changed files with 26 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ variables:
build:
stage: build
image: mcr.microsoft.com/dotnet/sdk:9.0
image: mcr.microsoft.com/dotnet/sdk:10.0
script:
- dotnet restore
- dotnet build --configuration Release --no-restore
@@ -19,7 +19,7 @@ build:
test:
stage: test
image: mcr.microsoft.com/dotnet/sdk:9.0
image: mcr.microsoft.com/dotnet/sdk:10.0
script:
- dotnet test --verbosity normal
dependencies: