mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-25 04:53:39 +00:00
11 lines
419 B
YAML
11 lines
419 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
library: restsharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net8/useVirtualForHooks
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-addpet-only.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{D0A67E81-4061-48EB-B4B8-C73BDF8B2D95}'
|
|
targetFramework: net8.0
|
|
useVirtualForHooks: true
|