Skip to content

Commit 3f6fb75

Browse files
authored
Update CI to comment out .NET version 5.0.x
Comment out the .NET version 5.0.x in CI configuration.
1 parent 4a64170 commit 3f6fb75

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)