From 474a574ba7ebd425d140c31b264c39b8e48d303d Mon Sep 17 00:00:00 2001
From: Jan Tattermusch <jtattermusch@google.com>
Date: Wed, 15 Jun 2016 16:17:56 -0700
Subject: [PATCH] update readme.md

---
 src/csharp/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/csharp/README.md b/src/csharp/README.md
index 201c5ab0b5..acfb5ec6dd 100644
--- a/src/csharp/README.md
+++ b/src/csharp/README.md
@@ -100,6 +100,12 @@ different languages.
 tools/run_tests/run_tests.py -l csharp
 ```
 
+ON .NET CORE SUPPORT
+------------------
+
+We are committed to providing full support for [.NET Core](https://dotnet.github.io/) in near future,
+but currently, the support is for .NET Core is experimental/work-in-progress.
+
 DOCUMENTATION
 -------------
 - the gRPC C# reference documentation is available online at [grpc.io][]
-- 
GitLab