From 6ee649a8c4fd150f929814afccdd65ea5507e92b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 21:34:26 +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 06fe0993..58a381c8 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 bbb7318f..2eab98ef 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 4ca14547..9bfaaf7c 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 all diff --git a/web/web.csproj b/web/web.csproj index fc3e84f0..ae6853f3 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 @@ - +