Skip to content

Commit 860ebe5

Browse files
author
ChristianHaase
committed
fix: set correct dotnet sdk version in workflow
1 parent 62ab318 commit 860ebe5

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup .NET ${{ env.NET_VERSION }}
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: ${{ env.NET_VERSION }}
24+
dotnet-version: 10.0.x
2525
- name: Compute and set build number
2626
shell: bash
2727
run: |

0 commit comments

Comments
 (0)