Skip to content

Commit 9acc02c

Browse files
committed
Added .NET 8 to CI
1 parent 4fda18c commit 9acc02c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: |
22-
6.0.316
23-
7.0.307
22+
6.0.417
23+
7.0.404
24+
8.0.100
2425
2526
- name: dotnet build
2627
run: dotnet build

0 commit comments

Comments
 (0)