Skip to content

Commit

Permalink
Generate netstandard api with OAG v7.9.0, fix #375
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Oct 20, 2024
1 parent e82fc55 commit f97a93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client-netstandard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.8.0</version>
<version>7.9.0</version>
<executions>
<execution>
<goals>
Expand All @@ -25,7 +25,7 @@
<packageName>Giis.Samples.Openapi</packageName>
<apiPackage>Api</apiPackage>
<modelPackage>Model</modelPackage>
<additionalProperties>nullableReferenceTypes=false</additionalProperties>
<additionalProperties>nullableReferenceTypes=false,targetFramework=netstandard2.0</additionalProperties>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f97a93b

Please sign in to comment.