Skip to content

Commit

Permalink
Add VS2017 optional component dependency details to the C# readme (#4128
Browse files Browse the repository at this point in the history
)

Add mention to the "Build" section of the ReadMe of the requirement of installing an optional component to VS2017.
  • Loading branch information
dchennells authored and anandolee committed May 3, 2018
1 parent 4a09836 commit 513b35d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions csharp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down

0 comments on commit 513b35d

Please sign in to comment.