Skip to content

Commit 9514108

Browse files
committed
fix: update dotnet SDK versions to include specific patch versions
1 parent ac1df89 commit 9514108

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
with:
1717
configuration: Release
1818
dotnet-sdks: |
19-
8.x
20-
9.x
21-
10.x
19+
8.0.x
20+
9.0.x
21+
10.0.x
2222
2323
secrets:
2424
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)