Skip to content

Commit 5548c42

Browse files
committed
prepare net10 petstore tests for C# restsharp
1 parent 7bd618c commit 5548c42

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# for .net standard
22
generatorName: csharp
33
library: restsharp
4-
outputDir: samples/client/petstore/csharp/restsharp/net10/EnumMappings
5-
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
4+
outputDir: samples/client/petstore/csharp/restsharp/net10/Petstore
5+
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types-localhost.yaml
66
templateDir: modules/openapi-generator/src/main/resources/csharp
77
additionalProperties:
88
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
@@ -11,5 +11,3 @@ additionalProperties:
1111
useOneOfDiscriminatorLookup: true
1212
targetFramework: net10.0
1313
equatable: true
14-
enumNameMappings:
15-
delivered: Shipped

0 commit comments

Comments
 (0)