File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 - name : Install .NET Core
3737 uses : actions/setup-dotnet@v3
3838 with :
39- dotnet-version : 8 .x.x
39+ dotnet-version : 9 .x.x
4040
4141 # Execute the build
4242 - name : Execute Release Build
5858 - name : Install .NET Core
5959 uses : actions/setup-dotnet@v3
6060 with :
61- dotnet-version : 8 .x.x
61+ dotnet-version : 9 .x.x
6262
6363 # Execute the tests
6464 - name : Execute Tests
@@ -120,7 +120,7 @@ jobs:
120120 - name : Install .NET Core
121121 uses : actions/setup-dotnet@v3
122122 with :
123- dotnet-version : 8 .x.x
123+ dotnet-version : 9 .x.x
124124
125125 # Execute the build
126126 - name : Execute Build
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/dotnet/aspnet:8 .0 AS base
1+ FROM mcr.microsoft.com/dotnet/aspnet:9 .0 AS base
22USER $APP_UID
33WORKDIR /app
44
5- FROM mcr.microsoft.com/dotnet/sdk:8 .0 AS build
5+ FROM mcr.microsoft.com/dotnet/sdk:9 .0 AS build
66ARG BUILD_CONFIGURATION=Release
77ARG TAG_VERSION
88WORKDIR /src
You can’t perform that action at this time.
0 commit comments