Skip to content

Commit

Permalink
Generate netstandard api with OAG v7.9.0, fix #290
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Oct 20, 2024
1 parent bf5c67a commit fd9bb43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
<arg value="--generator-name" />
<arg value="csharp" />
<arg value="--additional-properties" />
<arg value="nullableReferenceTypes=false" />
<arg value="nullableReferenceTypes=false,targetFramework=netstandard2.0" />
<arg value="--output" />
<arg value="sharpen-temp/openapi" />
<arg value="--package-name" />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<mockserver.version>5.15.0</mockserver.version>

<openapi.generator.version>7.8.0</openapi.generator.version>
<openapi.generator.version>7.9.0</openapi.generator.version>
</properties>

<modules>
Expand Down

0 comments on commit fd9bb43

Please sign in to comment.