aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/README.md
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2015-07-28 10:23:11 +0100
committerGravatar Jon Skeet <jonskeet@google.com>2015-07-28 10:23:11 +0100
commitd82ebe48e127469059c043ff3c7e69605fca5969 (patch)
tree0219cb8b83055e03b8a09b9e24921ab16fb5b6d0 /csharp/README.md
parent9ccc83990dd38765354172c879612fc3b8796553 (diff)
Update the readme file to indicate supported platforms
Diffstat (limited to 'csharp/README.md')
-rw-r--r--csharp/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/csharp/README.md b/csharp/README.md
index 82e9f432..a798ee62 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -22,6 +22,17 @@ Use `protoc` with the `--csharp_out` option to generate C# files in the specifie
Include these in your C# project, and add a reference to the `Google.Protobuf` project. Currently
there is no NuGet package for this, but we will be building one as soon as the API is stable.
+Supported platforms
+===================
+
+The runtime library is built as a portable class library, supporting:
+
+- .NET 4.5
+- Windows 8
+- Windows Phone Silverlight 8
+- Windows Phone 8.1
+- .NET Core (dnxcore)
+
Building
========