forked from loafle/openapi-generator-original
* add restsharp net9 samples * add httpclient net9 samples * add unity net9 samples * update workflow * comment out unity test
10 lines
407 B
YAML
10 lines
407 B
YAML
# for .net Unity
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/unityWebRequest/net9/Petstore
|
|
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: net9.0
|
|
equatable: true
|