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 6a37bcc commit 13c7a20Copy full SHA for 13c7a20
.github/workflows/build-ci.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Setup .NET Core
30
uses: actions/setup-dotnet@v4
31
with:
32
- dotnet-version: 9.x
+ dotnet-version: 7.x
33
34
- name: Build Reason
35
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
0 commit comments