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
406 B
YAML
10 lines
406 B
YAML
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/restsharp/net4.7/MultipleFrameworks
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
targetFramework: netstandard2.1;net47
|
|
useCompareNetObjects: "true"
|
|
equatable: true
|