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 @@ - +