Skip to content

Commit 4a64170

Browse files
authored
Update .NET versions in CI workflow
Comment out the 5.0.x version in the CI configuration.
1 parent 81f94d0 commit 4a64170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: |
29-
5.0.x
29+
# 5.0.x
3030
6.0.x
3131
7.0.x
3232
8.0.x

0 commit comments

Comments
 (0)