Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"

env:
Expand All @@ -23,10 +23,10 @@ jobs:
with:
dotnet-version: "3.1.x"

- name: Setup .NET 6 SDK
- name: Setup .NET 8 SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"

- name: Test
run: dotnet test --collect:"XPlat Code Coverage"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,11 @@ services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
clientId: "<google-client-id>",
hostedDomain: "<optional-g-suite-domain>"));
````

## Sponsors

[Entity Framework Extensions](https://entityframework-extensions.net/?utm_source=khellang&utm_medium=Middleware) and [Dapper Plus](https://dapper-plus.net/?utm_source=khellang&utm_medium=Middleware) are major sponsors and proud to contribute to the development of Middleware.

[![Entity Framework Extensions](https://raw.githubusercontent.com/khellang/khellang/refs/heads/master/.github/entity-framework-extensions-sponsor.png)](https://entityframework-extensions.net/bulk-insert?utm_source=khellang&utm_medium=Middleware)

[![Dapper Plus](https://raw.githubusercontent.com/khellang/khellang/refs/heads/master/.github/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert?utm_source=khellang&utm_medium=Middleware)
Loading