Skip to content

Commit 1e67784

Browse files
committed
upgrade dotnet version in github wf
1 parent f9ca4ac commit 1e67784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: '8.0.x'
16+
dotnet-version: '9.0.x'
1717

1818
- name: Install dotnet format
1919
run: dotnet tool update --global dotnet-format

0 commit comments

Comments
 (0)