From 4905a72ed84a4ae1c8949e8054a7d49de0213902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:53:06 +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 00ac769..551a821 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.100-alpine3.22-amd64 -ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.0-alpine3.22-amd64 +ARG BUILDTIME_IMAGE=mcr.microsoft.com/dotnet/sdk:10.0.101-alpine3.22-amd64 +ARG RUNTIME_IMAGE=mcr.microsoft.com/dotnet/runtime:10.0.1-alpine3.22-amd64 ############################################################################### FROM ${BUILDTIME_IMAGE} AS init diff --git a/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj b/src/algorithm_exercises_csharp/algorithm_exercises_csharp.csproj index c7203ec..30bc13c 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 a3d29ec..0ddc95e 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 d144536..71cd12b 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