Skip to content

Commit 080b942

Browse files
committed
Removed single quotes
1 parent 50e9cf9 commit 080b942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
uses: elmahio/github-check-vulnerable-nuget-packages-action@v2
3131
with:
3232
projects: |
33-
'src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj'
34-
'src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj'
35-
'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
33+
src/Elmah.Io.AspNetCore/Elmah.Io.AspNetCore.csproj
34+
src/Elmah.Io.AspNetCore.HealthChecks/Elmah.Io.AspNetCore.HealthChecks.csproj
35+
src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj
3636
3737
- name: Build
3838
run: dotnet build --configuration Release --no-restore

0 commit comments

Comments
 (0)