Skip to content

Commit

Permalink
Update dotnetcore.yml
Browse files Browse the repository at this point in the history
Added .NET 8 in CI.
  • Loading branch information
lextm committed Jan 14, 2024
1 parent b77bb34 commit 10cb573
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
shell: bash
run: |
Expand All @@ -38,6 +39,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
shell: bash
run: |
Expand All @@ -62,6 +64,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Build
shell: cmd
run: build.release.bat
Expand Down

0 comments on commit 10cb573

Please sign in to comment.