From b20186b9e37d3fe3fc37b1f50751777c9475f77d Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Fri, 19 Sep 2025 21:19:31 +0100 Subject: [PATCH] Update update-dependencies.yml Also check nfproj as they might not have solutions. --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 079f5527e..edfc1ff45 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -19,7 +19,7 @@ jobs: uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main secrets: inherit with: - solutionsToCheck: '*.sln' + solutionsToCheck: '*.sln, *.nfproj' exclusionList: "device-listing,Amqp.Samples" workingDirectory: '${{ github.workspace }}/samples' nugetConfig: Nuget.config