From 26187189823ec9eb19e11cc62c9a10657db44a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:47:17 +0000 Subject: [PATCH] chore(deps) Update dotnet monorepo to v10 --- .gitlab-ci.yml | 4 ++-- Dockerfile | 4 ++-- web.Tests/web.Tests.csproj | 10 +++++----- web/web.csproj | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06fe09934..58a381c82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ stages: - publish precommit: - image: mcr.microsoft.com/dotnet/sdk:9.0-alpine + image: mcr.microsoft.com/dotnet/sdk:10.0-alpine stage: test except: - public @@ -40,7 +40,7 @@ precommit: - pre-commit run stylelint --all-files build_web: - image: mcr.microsoft.com/dotnet/sdk:9.0-alpine + image: mcr.microsoft.com/dotnet/sdk:10.0-alpine stage: build except: - public diff --git a/Dockerfile b/Dockerfile index bbb7318fc..2eab98ef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # to access webapp # http://localhost:1234 -FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0-alpine AS build ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 WORKDIR /app @@ -36,7 +36,7 @@ RUN echo "{\"Demo\": true, \"solr\": {\"atlas_address\": \"$SOLR/solr/atlas\", \ RUN dotnet publish -c Release -o out web.csproj -FROM mcr.microsoft.com/dotnet/aspnet:9.0-alpine +FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false diff --git a/web.Tests/web.Tests.csproj b/web.Tests/web.Tests.csproj index 52864ef80..741c258bc 100644 --- a/web.Tests/web.Tests.csproj +++ b/web.Tests/web.Tests.csproj @@ -12,19 +12,19 @@ - + - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/web/web.csproj b/web/web.csproj index 295db58e3..69c128393 100644 --- a/web/web.csproj +++ b/web/web.csproj @@ -28,7 +28,7 @@ true - + @@ -46,18 +46,18 @@ - + - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -68,7 +68,7 @@ - +