Skip to content

Commit 7312b80

Browse files
author
Damien LEROY
committed
update .net 7 version for Github Actions
1 parent 70a3556 commit 7312b80

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: 5.0.x
21+
dotnet-version: 7.0.x
2222
- name: Restore dependencies
2323
run: dotnet restore
2424
- name: Build

0 commit comments

Comments
 (0)