Skip to content

Commit ec0a63d

Browse files
authored
update dotnet 9 versin in workflow (#22566)
* update dotnet 9 versin in workflow * revert
1 parent 9779468 commit ec0a63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/samples-dotnet9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v5
4444
- uses: actions/[email protected]
4545
with:
46-
dotnet-version: '9.0.101'
46+
dotnet-version: '9.0.x'
4747
- name: Build
4848
working-directory: ${{ matrix.sample }}
4949
run: dotnet build Org.OpenAPITools.sln

0 commit comments

Comments
 (0)