mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
12 lines
464 B
YAML
12 lines
464 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
library: restsharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net8/UseDateTimeForDate
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/dates-api.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{D0A67E81-4061-48EB-B4B8-C73BDF8B2D95}'
|
|
targetFramework: net8.0
|
|
useDateTimeForDate: true
|
|
disallowAdditionalPropertiesIfNotPresent: true
|