Skip to content

Commit c721071

Browse files
committed
update dotnet in github action
1 parent d403715 commit c721071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-dotnet@v4
1616
with:
17-
dotnet-version: "9.x"
17+
dotnet-version: "10.x"
1818
- name: Build
1919
run: dotnet build
2020
- name: Test with the dotnet CLI

0 commit comments

Comments
 (0)