Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 7ec3569

Browse files
authored
Merge pull request #726 from Warix3/patch-1
Update C# doc
2 parents 8c2270f + 549df54 commit 7ec3569

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/quickstart/csharp.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,6 @@ $ cd grpc
6363

6464
* The examples are in the directory, `examples/csharp/helloworld`.
6565

66-
#### Using the .NET Core SDK
67-
68-
* A .NET Core SDK version of the hello world examples are in the directory, `examples/csharp/helloworld-from-cli`.
69-
7066
The example in this walkthrough already adds the necessary
7167
dependencies for you (Grpc, Grpc.Tools and Google.Protobuf NuGet packages).
7268

@@ -242,7 +238,7 @@ Note that you may also have to change the permissions of the protoc and protobuf
242238
binaries in the `Grpc.Tools` package under `examples/csharp/helloworld/packages`
243239
to executable in order to run the commands below.
244240

245-
From the `examples/csharp/helloworld` directory, or the `examples/csharp/helloworld-from-cli` directory if using the .NET Core SDK:
241+
From the `examples/csharp/helloworld` directory:
246242

247243
**Windows**
248244

0 commit comments

Comments
 (0)