Skip to content

Commit

Permalink
updates workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gislikonrad committed Aug 23, 2023
1 parent 626cb76 commit 0c35e32
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: setup_dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: |
'6.0.x'
'7.0.x'
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: setup_dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
dotnet-version: |
'6.0.x'
'7.0.x'
- name: install_dependencies
run: dotnet restore ./src/Solid.Identity.Protocols.Saml2p.sln
Expand Down
7 changes: 7 additions & 0 deletions src/Solid.Identity.Protocols.Saml2p.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.IdpSample", "Asp
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AspNetCore.SpSample", "AspNetCore.SpSample\AspNetCore.SpSample.csproj", "{34887DB9-94EF-4BBD-9B16-527D5B469E59}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".workflows", ".workflows", "{4E9081CB-AA59-4CE2-93B3-21EA9ABF9509}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
..\.github\workflows\test.yml = ..\.github\workflows\test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -54,6 +60,7 @@ Global
{45A2A69F-BEB2-437B-BFCD-55A1AAC16663} = {561378E3-C944-4A4B-B217-55A56811A1F0}
{AA8F25F8-A175-4A4B-8173-2AEBAECE7F28} = {D09EB7D6-4898-4769-A70C-BA17332B9392}
{34887DB9-94EF-4BBD-9B16-527D5B469E59} = {D09EB7D6-4898-4769-A70C-BA17332B9392}
{4E9081CB-AA59-4CE2-93B3-21EA9ABF9509} = {2E49A8E8-BB38-440E-923E-F64C5B5BE12E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {33722D1E-2E86-41A4-9D48-B7D1D787D678}
Expand Down

0 comments on commit 0c35e32

Please sign in to comment.