Skip to content

Commit

Permalink
updates workflows for dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
gislikonrad committed Nov 5, 2024
1 parent 50aa7ef commit 5ec1606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down

0 comments on commit 5ec1606

Please sign in to comment.