Skip to content

Commit 3fdf606

Browse files
committed
update dotnet 9 versin in workflow
1 parent 9779468 commit 3fdf606

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.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/setup-dotnet@v5.0.1
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

samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@
2121
#docs/*.md
2222
# Then explicitly reverse the ignore rule for a single file:
2323
#!docs/README.md
24+
#
25+
#

0 commit comments

Comments
 (0)