Skip to content

Commit 5fdd857

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

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Restore
2828
run: dotnet restore
2929
- name: Build
30-
run: dotnet build --no-restore
30+
run: dotnet build --no-restore --framework net${{ matrix.netversion }}.0
3131
- name: Upload
3232
uses: actions/upload-artifact@v4
3333
with:

0 commit comments

Comments
 (0)