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
397 B
YAML
9 lines
397 B
YAML
# for .net Unity
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/OpenAPIClient-unityWebRequest
|
|
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
|
|
library: unityWebRequest
|
|
additionalProperties:
|
|
targetFramework: netstandard2.0
|