We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ac848 commit 29b7380Copy full SHA for 29b7380
1 file changed
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install .NET SDK
22
uses: actions/setup-dotnet@v3.0.3
23
with:
24
- dotnet-version: 7.0.x
+ dotnet-version: 8.0.x
25
- name: Build
26
run: dotnet build LibGit2Sharp.sln --configuration Release
27
- name: Upload packages
@@ -53,6 +53,7 @@ jobs:
53
54
55
dotnet-version: |
56
+ 8.0.x
57
7.0.x
58
6.0.x
59
- name: Run ${{ matrix.tfm }} tests
0 commit comments