Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 5ec1606

Browse files
committed
updates workflows for dotnet 8
1 parent 50aa7ef commit 5ec1606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
dotnet-version: |
4040
6.0.x
41-
7.0.x
41+
8.0.x
4242
4343
- name: install_dependencies
4444
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
dotnet-version: |
2222
6.0.x
23-
7.0.x
23+
8.0.x
2424
2525
- name: install_dependencies
2626
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln

0 commit comments

Comments
 (0)