diff --git a/templates.json b/templates.json index 2f0beb0..0260555 100644 --- a/templates.json +++ b/templates.json @@ -349,5 +349,32 @@ "description": "COBOL Template", "repo": "https://github.com/devries/openfaas-cobol-template", "official": "false" + }, + { + "template": "aspnet", + "platform": "x86_64", + "language": "C#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions C# template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" + }, + { + "template": "aspnet-fsharp", + "platform": "x86_64", + "language": "F#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions F# template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" + }, + { + "template": "aspnet-controller", + "platform": "x86_64", + "language": "C#", + "source": "goncalo-oliveira", + "description": "ASPNET Functions C# controller template", + "repo": "https://github.com/goncalo-oliveira/faas-aspnet-template", + "official": "false" } ]