Skip to content

Commit b2eb55d

Browse files
author
damienleroy
committed
move github action to .Net 7
1 parent bdd1375 commit b2eb55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-tag-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET Core SDK
1919
uses: actions/setup-dotnet@v1
2020
with:
21-
dotnet-version: 8.x.x
21+
dotnet-version: 7.x.x
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
- name: Build

0 commit comments

Comments
 (0)