From 7e8f6d1133efb03e1e9866f3d6453a1639988525 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 23:11:24 +0000 Subject: [PATCH] Bump dotnet monorepo to v10 --- .azure-pipelines.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines.yaml b/.azure-pipelines.yaml index 4b465ca..1298277 100644 --- a/.azure-pipelines.yaml +++ b/.azure-pipelines.yaml @@ -25,7 +25,7 @@ jobs: displayName: Install dotnet inputs: # renovate: datasource=dotnet depName=dotnet-sdk - version: 9.0.307 + version: 10.0.100 - bash: dotnet tool restore && dotnet cake --verbosity=verbose displayName: Cake build diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 60d852a..c6554b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-dotnet@v5.0.0 with: # renovate: datasource=dotnet depName=dotnet-sdk - dotnet-version: 9.0.307 + dotnet-version: 10.0.100 - name: Docker login if: github.event_name != 'pull_request' diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8be53f3..35fd2e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,6 @@ build: script: - curl -fsSL https://get.docker.com/ | bash -s # renovate: datasource=dotnet depName=dotnet-sdk - - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 9.0.307 + - curl -fsSL https://dot.net/v1/dotnet-install.sh | bash -s -- --version 10.0.100 - export DOTNET_ROOT=$HOME/.dotnet && export PATH=$DOTNET_ROOT:$PATH - dotnet tool restore && dotnet cake --verbosity=verbose diff --git a/Dockerfile b/Dockerfile index ef9c1d9..4e0f754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM mcr.microsoft.com/dotnet/sdk:9.0.307-noble +FROM mcr.microsoft.com/dotnet/sdk:10.0.100-noble LABEL org.opencontainers.image.source=https://github.com/gitfool/cake-docker