Skip to content

Commit 2b66c77

Browse files
Update code-first.md
Remove redundant code snippet for code-first GRPC
1 parent 67d95d4 commit 2b66c77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aspnetcore/grpc/code-first.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ A code-first gRPC client uses the service contract to call gRPC services.
8989
* Add a [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) package reference.
9090
* Add a reference to the shared code-contract project.
9191

92-
[!code-csharp[](code-first/samples/6.x/GrpcGreeterClient/GrpcGreeterClient.csproj?highlight=10-13,15-17)]
93-
94-
[!code-xml[](code-first/samples/6.x/GrpcGreeterClient/GrpcGreeterClient.csproj?highlight=10-13,15-17)]
92+
[!code-xml[](code-first/samples/6.x/GrpcGreeterClient/GrpcGreeterClient.csproj?highlight=10-13,15-17)]
9593

9694
* Update the client `program.cs`
9795

0 commit comments

Comments
 (0)