Skip to content

Commit 4299cff

Browse files
committed
GHA: update to .NET 8
1 parent 5c3a190 commit 4299cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v3
2222
with:
23-
dotnet-version: 7.0.x
23+
dotnet-version: 8.0.x
2424
- name: Set up JDK 11
2525
uses: actions/setup-java@v3
2626
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup .NET
5252
uses: actions/setup-dotnet@v3
5353
with:
54-
dotnet-version: 7.0.x
54+
dotnet-version: 8.0.x
5555
- name: Install .NET MAUI
5656
run: |
5757
dotnet nuget locals all --clear

0 commit comments

Comments
 (0)