From bea7b8c8c3c131ba3199fff87cb853254a7f7b55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:01:28 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v10 --- Commands.Test/Commands.Test.csproj | 2 +- HaSpMan.Web.Dockerfile | 4 ++-- Persistence/Persistence.csproj | 6 +++--- Web/Web.csproj | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Commands.Test/Commands.Test.csproj b/Commands.Test/Commands.Test.csproj index e5db5304..5b3b0aa5 100644 --- a/Commands.Test/Commands.Test.csproj +++ b/Commands.Test/Commands.Test.csproj @@ -7,7 +7,7 @@ - + diff --git a/HaSpMan.Web.Dockerfile b/HaSpMan.Web.Dockerfile index 1fce4fd6..f08266ed 100644 --- a/HaSpMan.Web.Dockerfile +++ b/HaSpMan.Web.Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src COPY ./*.sln ./ @@ -12,7 +12,7 @@ COPY . ./ WORKDIR /src/Web RUN dotnet publish -c Release -o /app -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base WORKDIR /app COPY --from=build /app . diff --git a/Persistence/Persistence.csproj b/Persistence/Persistence.csproj index 960e2bc0..d4d51ba3 100644 --- a/Persistence/Persistence.csproj +++ b/Persistence/Persistence.csproj @@ -1,9 +1,9 @@  - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Web/Web.csproj b/Web/Web.csproj index fe40ab0b..0a4e73c2 100644 --- a/Web/Web.csproj +++ b/Web/Web.csproj @@ -12,9 +12,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all