Skip to content

Commit 78b60dc

Browse files
dotnet 6 upgrade
1 parent 42f4b75 commit 78b60dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup .NET
4141
uses: actions/setup-dotnet@v1
4242
with:
43-
dotnet-version: 5.0.300
43+
dotnet-version: 6.0.x
4444

4545
- name: Publish
4646
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-dotnet@v1
7171

7272
with:
73-
dotnet-version: 5.0.300
73+
dotnet-version: 6.0.x
7474

7575
- name: Publish
7676
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/aspnet:5.0
1+
FROM mcr.microsoft.com/dotnet/aspnet:6.0
22
COPY HttpHealthCheckDashboard/bin/publish ./app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "HttpHealthCheckDashboard.dll"]

0 commit comments

Comments
 (0)