diff --git a/BimAI.API/BimAI.API.csproj b/BimAI.API/BimAI.API.csproj index 226964b..c1025d4 100644 --- a/BimAI.API/BimAI.API.csproj +++ b/BimAI.API/BimAI.API.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable @@ -11,14 +11,14 @@ - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + - + diff --git a/BimAI.API/Dockerfile b/BimAI.API/Dockerfile index f5dd7d6..59c3251 100644 --- a/BimAI.API/Dockerfile +++ b/BimAI.API/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build +FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build WORKDIR /src # Copy solution and all project files for restore @@ -20,7 +20,7 @@ WORKDIR /src/BimAI.API RUN dotnet publish -c Release -o /app/publish --no-restore # Stage 2: Runtime -FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS runtime +FROM mcr.microsoft.com/dotnet/aspnet:10.0 AS runtime WORKDIR /app # Install wget for health checks diff --git a/BimAI.Application/BimAI.Application.csproj b/BimAI.Application/BimAI.Application.csproj index cc5734f..fee6e5a 100644 --- a/BimAI.Application/BimAI.Application.csproj +++ b/BimAI.Application/BimAI.Application.csproj @@ -5,7 +5,7 @@ - net8.0 + net10.0 enable enable diff --git a/BimAI.Domain/BimAI.Domain.csproj b/BimAI.Domain/BimAI.Domain.csproj index bb23fb7..6d36c6d 100644 --- a/BimAI.Domain/BimAI.Domain.csproj +++ b/BimAI.Domain/BimAI.Domain.csproj @@ -1,7 +1,7 @@  - net8.0 + net10.0 enable enable diff --git a/BimAI.Infrastructure/BimAI.Infrastructure.csproj b/BimAI.Infrastructure/BimAI.Infrastructure.csproj index 2953e1d..e802f4d 100644 --- a/BimAI.Infrastructure/BimAI.Infrastructure.csproj +++ b/BimAI.Infrastructure/BimAI.Infrastructure.csproj @@ -6,16 +6,16 @@ - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - net8.0 + net10.0 enable enable diff --git a/BimAI.UI.Mobile/BimAI.UI.Mobile.csproj b/BimAI.UI.Mobile/BimAI.UI.Mobile.csproj index e985cc8..722e701 100644 --- a/BimAI.UI.Mobile/BimAI.UI.Mobile.csproj +++ b/BimAI.UI.Mobile/BimAI.UI.Mobile.csproj @@ -1,11 +1,11 @@  - net8.0-ios + net10.0-ios true - +