{ "$schema": "http://json.schemastore.org/template", "author": "Hua", "classifications": ["Hua", "Microservice", "Web", "Solution"], "identity": "Hua.Microservice.Template", "name": "Hua Microservice Solution", "shortName": "hua-ms", "sourceName": "Company.Project", "preferNameDirectory": true, "sources": [ { "source": "./", "target": "./", "include": [ "**/*" ], "exclude": [ ".template.config/**" ] } ], "tags": { "language": "C#", "type": "solution" }, "symbols": { "databaseProvider": { "type": "parameter", "datatype": "choice", "choices": [ { "choice": "ef", "description": "Entity Framework Core" } ], "defaultValue": "ef", "description": "Database provider" }, "uiFramework": { "type": "parameter", "datatype": "choice", "choices": [ { "choice": "mvc", "description": "ASP.NET Core MVC" }, { "choice": "none", "description": "No UI" } ], "defaultValue": "mvc", "description": "UI framework" } } }