Skip to content

Commit f9cf33e

Browse files
authored
Update DotNET-build.yml
1 parent 5a4a28d commit f9cf33e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/DotNET-build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ jobs:
3939
- name: Setup dotnet 7
4040
uses: actions/setup-dotnet@v4
4141
with:
42-
dotnet-version: '7.0.x'
42+
dotnet-version: '7.0.x'
43+
- name: Setup dotnet 8
44+
uses: actions/setup-dotnet@v4
45+
with:
46+
dotnet-version: '8.0.x'
4347
- uses: actions/setup-java@v4
4448
with:
4549
distribution: 'temurin'

0 commit comments

Comments
 (0)