Skip to content

Commit

Permalink
Remove .Net 7.0 from pipelines and README (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerk-unifysquare authored May 15, 2024
1 parent cd7d917 commit 473af56
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Restore dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull-request-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Restore dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ response messages for a client to verify on receipt.
Below are some usage examples of the `NSign.*` libraries. Additional sample code can also be found under
[examples/](examples/).

### Validate signed requests in AspNetCore Server (.Net 6.0, 7.0, 8.0)
### Validate signed requests in AspNetCore Server (.Net 6.0, 8.0)

The following excerpt of an ASP.NET Core's `Startup` class can be used to verify signatures on requests sent to `/webhooks`
endpoints (and endpoints starting with `/webhooks/`). It also makes sure that signatures include the following request
Expand Down

0 comments on commit 473af56

Please sign in to comment.