File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
eFormAPI/Plugins/Workflow.Pn Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157 - name : Setup .NET Core
158158 uses : actions/setup-dotnet@v3
159159 with :
160- dotnet-version : 9 .0.x
160+ dotnet-version : 10 .0.x
161161 - name : Build
162162 run : dotnet build eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.sln
163163 - name : Unit Tests
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 - name : Setup .NET Core
152152 uses : actions/setup-dotnet@v3
153153 with :
154- dotnet-version : 9 .0.x
154+ dotnet-version : 10 .0.x
155155 - name : Build
156156 run : dotnet build eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.sln
157157 - name : Unit Tests
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY eform-angular-frontend/eform-client ./
55RUN yarn install
66RUN npm run build
77
8- FROM mcr.microsoft.com/dotnet/sdk:9 .0-bookworm-slim AS build-env
8+ FROM mcr.microsoft.com/dotnet/sdk:10 .0-bookworm-slim AS build-env
99WORKDIR /app
1010ARG GITVERSION
1111ARG PLUGINVERSION
@@ -17,7 +17,7 @@ RUN dotnet publish eFormAPI.Web -o eFormAPI.Web/out /p:Version=$GITVERSION --run
1717RUN dotnet publish Workflow.Pn -o Workflow.Pn/out /p:Version=$PLUGINVERSION --runtime linux-x64 --configuration Release
1818
1919# Build runtime image
20- FROM mcr.microsoft.com/dotnet/aspnet:9 .0-bookworm-slim
20+ FROM mcr.microsoft.com/dotnet/aspnet:10 .0-bookworm-slim
2121WORKDIR /app
2222COPY --from=build-env /app/eFormAPI.Web/out .
2323RUN mkdir -p ./Plugins/Workflow.Pn
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <IsPublishable >false</IsPublishable >
66
77 <IsPackable >false</IsPackable >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net9 .0</TargetFramework >
4+ <TargetFramework >net10 .0</TargetFramework >
55 <ServerGarbageCollection >false</ServerGarbageCollection >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments