Skip to content

Commit f5fc789

Browse files
authored
compile: try reverting to .net 5.x
1 parent 547170f commit f5fc789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compile/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
- name: Setup .NET
5353
uses: actions/setup-dotnet@v4
5454
with:
55-
dotnet-version: 7.x
55+
dotnet-version: 5.x
5656

5757
- name: Install Dependencies
5858
shell: bash

0 commit comments

Comments
 (0)