forked from loafle/openapi-generator-original
* renamed OpenAPIClient-httpclient to Petstore * updated bin artifacts * renamed OpenAPIClientCoreAndNet47 to MultipleFrameworks * updated bin artifacts * renamed OpenAPIClient-net47 to Petstore * renamed OpenAPIClient-net48 to Petstore * updated bin artifacts * renamed OpenAPIClient-restsharp-name-parameter-mappings to ParameterMappings * updated bin artifacts * renamed OpenAPIClientCore to Petstore * updated bin artifacts * renamed OpenAPIClient-net7.0-useDateTimeForDate to UseDateTimeForDate * updated bin artifacts * renamed OpenAPIClient-net5.0 to EnumMappings * updated bin artifacts * renamed OpenAPIClient-ConditionalSerialization to ConditionalSerialization * updated bin artifacts * renamed OpenAPIClient to Petstore * updated bin artifacts * renamed OpenAPIClient-unityWebRequest to Petstore * updated bin artifacts * updated appveyor * updated bin artifacts * updated bin artifacts * comenting out a sample project with no csproj file * updated bin artifacts
10 lines
396 B
YAML
10 lines
396 B
YAML
# for .net standard
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net7/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: net7.0
|
|
useDateTimeForDate: true
|