Skip to content

Commit 29b7380

Browse files
committed
Use .NET 8 SDK
1 parent 70ac848 commit 29b7380

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install .NET SDK
2222
uses: actions/[email protected]
2323
with:
24-
dotnet-version: 7.0.x
24+
dotnet-version: 8.0.x
2525
- name: Build
2626
run: dotnet build LibGit2Sharp.sln --configuration Release
2727
- name: Upload packages
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/[email protected]
5454
with:
5555
dotnet-version: |
56+
8.0.x
5657
7.0.x
5758
6.0.x
5859
- name: Run ${{ matrix.tfm }} tests

0 commit comments

Comments
 (0)