Skip to content

Commit d7dc6d3

Browse files
author
Petr Sramek
committed
fix
1 parent 59a7335 commit d7dc6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup .NET ${{ matrix.netversion }}
2525
uses: actions/setup-dotnet@v3
2626
with:
27-
dotnet-version: ${{ matrix.netversion }}.x
27+
dotnet-version: 9.x
2828
- name: Restore
2929
run: dotnet restore
3030
- name: Build

0 commit comments

Comments
 (0)