diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd5ffeefd..d97597ccb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: mcr.microsoft.com/dotnet/sdk:5.0 +image: mcr.microsoft.com/dotnet/sdk:6.0 stages: - build @@ -68,8 +68,8 @@ publish-windows: - if: '$CI_COMMIT_TAG' image: scottyhardy/docker-wine before_script: - - choco install dotnet-5.0-runtime -y - - choco install dotnet-5.0-sdk -y + - choco install dotnet-6.0-runtime -y + - choco install dotnet-6.0-sdk -y - choco install innosetup -y artifacts: paths: