From a8eefe94f7151c3ad39b795672d34418c8d94d4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:47:34 +0000 Subject: [PATCH] Update dotnet monorepo --- Dockerfile | 4 ++-- .../algorithm_exercises_csharp.csproj | 2 +- .../algorithm_exercises_csharp_base.csproj | 8 ++++---- .../algorithm_exercises_csharp_test.csproj | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index b95abcf..161b9df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ############################################################################### -FROM mcr.microsoft.com/dotnet/sdk:10.0.302-alpine3.24-amd64 AS init +FROM mcr.microsoft.com/dotnet/sdk:10.0.400-alpine3.24-amd64 AS init ENV WORKDIR=/app WORKDIR ${WORKDIR} @@ -105,7 +105,7 @@ CMD ["make", "test"] ## in the production phase, "good practices" such as ## WORKDIR and USER are maintained ## -FROM mcr.microsoft.com/dotnet/runtime:10.0.10-alpine3.24-extra-amd64 AS production +FROM mcr.microsoft.com/dotnet/runtime:10.0.11-alpine3.24-extra-amd64 AS production RUN apk add --update --no-cache make \ && apk upgrade --no-cache # Avoid some CVE reports updating basic packages. diff --git a/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj b/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj index c0ce3d2..7bf0974 100644 --- a/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj +++ b/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj @@ -23,7 +23,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj index fda1e50..17bcc21 100644 --- a/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj +++ b/src/algorithm_exercises_csharp_base/algorithm_exercises_csharp_base.csproj @@ -26,13 +26,13 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + + diff --git a/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj b/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj index 7610693..0bee092 100644 --- a/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj +++ b/src/algorithm_exercises_csharp_test/algorithm_exercises_csharp_test.csproj @@ -33,7 +33,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all