We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c61624 commit 6e774c1Copy full SHA for 6e774c1
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Setup .NET
24
uses: actions/setup-dotnet@v1
25
with:
26
- dotnet-version: 6.0.x
+ dotnet-version: 7.0.x
27
28
- name: Build
29
run: dotnet build FastEndpoints.Extensions.sln --configuration Release
0 commit comments