forked from loafle/openapi-generator-original
* renamed config files * changed default framework to latest * renamed files using standard * ensure the default is actually latest
9 lines
422 B
YAML
9 lines
422 B
YAML
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/OpenAPIClientCore
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
targetFramework: net7.0
|
|
useCompareNetObjects: "true"
|