Skip to content

Commit 7297fce

Browse files
committed
Mark csharp template as deprecated
In favour of dotnet8-csharp Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent d0c8ef1 commit 7297fce

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

template/csharp/template.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
language: csharp
22
fprocess: dotnet ./root.dll
33
welcome_message: |
4-
You have created a C# function using the Classic OpenFaaS Template.
4+
This template is deprecated and will be removed in a future
5+
release.
56
6-
To include third-party dependencies edit your .csproj file or install
7-
Nuget packages with VSCode.
8-
9-
For high-throughput applications, we recommend using the csharp-kestrel
10-
or csharp-httprequest templates available in the OpenFaaS template
11-
store.
7+
Use dotnet8-csharp instead.

0 commit comments

Comments
 (0)