Fix package reference bug
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
inputSpec: /api/generated/example/dotnet-models/example-schemas/openapi/openapi/openapi.yaml
|
||||
generatorName: aspnetcore
|
||||
templateDir: /api/templates/7.3.0/aspnetcore/
|
||||
outputDir: /api/generated/example/dotnet-models/example-schemas
|
||||
modelNameSuffix: Dto
|
||||
|
||||
typeMappings:
|
||||
file: "IFormFile"
|
||||
|
||||
importMappings:
|
||||
IFormFile: "Microsoft.AspNetCore.Http.IFormFile"
|
||||
|
||||
schemaMappings:
|
||||
IFormFile: "Microsoft.AspNetCore.Http.IFormFile"
|
||||
|
||||
additionalProperties:
|
||||
aspnetCoreVersion: "6.0"
|
||||
packageName: "Example.Common"
|
||||
packageVersion: "1.0.0"
|
||||
generateBody: "false"
|
||||
classModifier: "abstract"
|
||||
operationModifier: "abstract"
|
||||
isLibrary: "true"
|
||||
buildTarget: "library"
|
||||
enumNameSuffix: ""
|
||||
enumValueSuffix: ""
|
||||
operationResultTask: true
|
||||
operationIsAsync: true
|
||||
removeModelPackage: true
|
||||
|
||||
packageReferences: [
|
||||
]
|
||||
|
||||
modelNamespaces: [
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user