diff --git a/template/csharp/template.yml b/template/csharp/template.yml index 9dd44582..8d64b2ce 100644 --- a/template/csharp/template.yml +++ b/template/csharp/template.yml @@ -1,11 +1,7 @@ language: csharp fprocess: dotnet ./root.dll welcome_message: | - You have created a C# function using the Classic OpenFaaS Template. + This template is deprecated and will be removed in a future + release. - To include third-party dependencies edit your .csproj file or install - Nuget packages with VSCode. - - For high-throughput applications, we recommend using the csharp-kestrel - or csharp-httprequest templates available in the OpenFaaS template - store. \ No newline at end of file + Use dotnet8-csharp instead.