summaryrefslogtreecommitdiff
path: root/contrib/zeromq/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/zeromq/README.md')
-rw-r--r--contrib/zeromq/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/zeromq/README.md b/contrib/zeromq/README.md
index 9e0b5bd32..3a7379e55 100644
--- a/contrib/zeromq/README.md
+++ b/contrib/zeromq/README.md
@@ -28,3 +28,8 @@ that amount.
This code is not quite what I would consider production-ready. It doesn't
support all of the normal hooks into Thrift, and its performance is
sub-optimal because it does some unnecessary copying.
+
+Deprecation notice:
+Csharp is not a supported Apache Thrift target anymore. Instead netstd is the
+recommended replacement. This code is left "as is" for educational purposes
+unless someone converts it to netstd