aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Chennells <d.chennells@assiduo.com>2018-05-03 17:59:36 -0500
committerJie Luo <anandolee@gmail.com>2018-05-03 15:59:36 -0700
commit513b35dc4e732a5649d50b2c56405109def40624 (patch)
treedd2e2c0a4f84939ff2e72bad488b3b3c67ba11cb
parent4a09836e6c1b355f4925a018eb15f31a7b17f8f1 (diff)
downloadprotobuf-513b35dc4e732a5649d50b2c56405109def40624.tar.gz
protobuf-513b35dc4e732a5649d50b2c56405109def40624.tar.bz2
protobuf-513b35dc4e732a5649d50b2c56405109def40624.zip
Add VS2017 optional component dependency details to the C# readme (#4128)
Add mention to the "Build" section of the ReadMe of the requirement of installing an optional component to VS2017.
-rw-r--r--csharp/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/csharp/README.md b/csharp/README.md
index 436248bb..9d1225f1 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -41,6 +41,12 @@ in its implementation, as well as the new Visual Studio 2017 csproj
format. These features have no impact when using the compiled code -
they're only relevant when building the `Google.Protobuf` assembly.
+In order to run and debug the AddressBook example in the IDE, you must
+install the optional component, ".Net Core 1.0 - 1.1 development tools
+for Web" (as it's labelled in current versions of the VS2017
+installer), above and beyond the main .NET Core cross-platform
+development feature.
+
Testing
=======