Skip to content

Commit f2f0976

Browse files
authoredJan 29, 2025··
Try fix Action
1 parent c215fd9 commit f2f0976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
dotnet-version: ${{ matrix.dotnet-version }}
2626
- name: Install dependencies
27-
run: dotnet restore
27+
run: dotnet restore -p:TargetFramework=net${{ matrix.dotnet }}
2828
- name: Build
2929
run: dotnet build --configuration Release --no-restore
3030
- name: Test

0 commit comments

Comments
 (0)
Please sign in to comment.