Skip to content

Commit 3e2210e

Browse files
committed
Use .NET SDK 5.0.300 to work around libgit2sharp bug.
1 parent 16c8bc5 commit 3e2210e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up .NET 5
3131
uses: actions/setup-dotnet@v1
3232
with:
33-
dotnet-version: 5.0.x
33+
dotnet-version: 5.0.300
3434
- name: Restore
3535
run: .\build.ps1 restore
3636
- name: Build

0 commit comments

Comments
 (0)