From 77898cf52ee20cde031c90b653235e9f35e0f034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 17:53:29 +0000 Subject: [PATCH] chore(deps): update dotnet monorepo to v10 --- demo/HtmxAppServer/Dockerfile | 4 ++-- src/FastComponents/FastComponents.csproj | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/HtmxAppServer/Dockerfile b/demo/HtmxAppServer/Dockerfile index 1ae8d32..56b457c 100644 --- a/demo/HtmxAppServer/Dockerfile +++ b/demo/HtmxAppServer/Dockerfile @@ -1,10 +1,10 @@ -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS base USER $APP_UID WORKDIR /app EXPOSE 8080 EXPOSE 8081 -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build ARG BUILD_CONFIGURATION=Release WORKDIR /src COPY ["HtmxAppServer/HtmxAppServer.csproj", "HtmxAppServer/"] diff --git a/src/FastComponents/FastComponents.csproj b/src/FastComponents/FastComponents.csproj index 26254d1..c47e533 100644 --- a/src/FastComponents/FastComponents.csproj +++ b/src/FastComponents/FastComponents.csproj @@ -48,7 +48,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers @@ -68,7 +68,7 @@ - +