Skip to content

Commit 662de30

Browse files
author
Petr Sramek
committed
added --framework net${{ matrix.netversion }}.0
1 parent 5fdd857 commit 662de30

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
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
dotnet-version: ${{ matrix.netversion }}.x
2727
- name: Restore
28-
run: dotnet restore
28+
run: dotnet restore --framework net${{ matrix.netversion }}.0
2929
- name: Build
3030
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
3131
- name: Upload

0 commit comments

Comments
 (0)