chore: Upgraded all projects to .NET 10.
All checks were successful
Build & Test / build (pull_request) Successful in 1m37s
All checks were successful
Build & Test / build (pull_request) Successful in 1m37s
This commit is contained in:
@@ -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 /App
|
||||
|
||||
@@ -8,7 +8,7 @@ RUN dotnet restore
|
||||
|
||||
RUN dotnet publish "ui/Sufi.Demo.PeopleDirectory.UI/Server/Sufi.Demo.PeopleDirectory.UI.Server.csproj" -c Release -o out
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine AS runtime
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0-alpine AS runtime
|
||||
|
||||
WORKDIR /App
|
||||
|
||||
|
||||
Reference in New Issue
Block a user