THRIFT-3933 Microsoft .Net Core library port and generator for this library
Client: .NET Core
Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149

This closes #1088
This closes #1149
diff --git a/lib/netcore/README.md b/lib/netcore/README.md
new file mode 100644
index 0000000..ae926e9
--- /dev/null
+++ b/lib/netcore/README.md
@@ -0,0 +1,21 @@
+# Apache Thrift net-core-lib
+
+Thrift client library ported to Microsoft .Net Core 
+
+# How to build
+
+* Download the latest version of dotnet from https://www.microsoft.com/net/core (it can be https://go.microsoft.com/fwlink/?LinkID=809122 in case of VS Code)
+* Install downloaded version of dotnet
+* Clone repo
+* Run **build.sh** or **build.cmd** from the root of cloned repository
+* Check tests in **src/Tests** folder
+* Continue with /tutorials/netcore 
+
+#Notes
+
+* No Silverlight suport, no longer supported by Microsoft
+
+#Known issues
+
+* Framed transport not fully implemenented yet
+