Skip to content

Commit 04725b0

Browse files
committed
fix(workflows): update build.yml configuration
1 parent a110d0a commit 04725b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup dotnet
5151
uses: actions/setup-dotnet@v4
5252
with:
53-
dotnet-version: '8.0.x'
53+
dotnet-version: '9.0.x'
5454

5555
- name: Build package
5656
env:

0 commit comments

Comments
 (0)