Skip to content

Commit 252e49e

Browse files
committed
Update dotnet version to 9.x.x in build workflow
Signed-off-by: Christoph Hofmann <oss@hoffe.org>
1 parent 3801e24 commit 252e49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup dotnet
5050
uses: actions/setup-dotnet@v3
5151
with:
52-
dotnet-version: '8.x.x'
52+
dotnet-version: '9.x.x'
5353

5454
- name: Set up JDK 17
5555
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)