Skip to content

Commit 13c7a20

Browse files
committed
ci:add .net7 target for tests.
1 parent 6a37bcc commit 13c7a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup .NET Core
3030
uses: actions/setup-dotnet@v4
3131
with:
32-
dotnet-version: 9.x
32+
dotnet-version: 7.x
3333

3434
- name: Build Reason
3535
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"

0 commit comments

Comments
 (0)