We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9779468 commit 3fdf606Copy full SHA for 3fdf606
2 files changed
.github/workflows/samples-dotnet9.yaml
@@ -43,7 +43,7 @@ jobs:
43
- uses: actions/checkout@v5
44
- uses: actions/setup-dotnet@v5.0.1
45
with:
46
- dotnet-version: '9.0.101'
+ dotnet-version: '9.0.x'
47
- name: Build
48
working-directory: ${{ matrix.sample }}
49
run: dotnet build Org.OpenAPITools.sln
samples/client/petstore/csharp/generichost/net9/Petstore/.openapi-generator-ignore
@@ -21,3 +21,5 @@
21
#docs/*.md
22
# Then explicitly reverse the ignore rule for a single file:
23
#!docs/README.md
24
+#
25
0 commit comments