We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d95d4 commit 2b66c77Copy full SHA for 2b66c77
aspnetcore/grpc/code-first.md
@@ -89,9 +89,7 @@ A code-first gRPC client uses the service contract to call gRPC services.
89
* Add a [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) package reference.
90
* Add a reference to the shared code-contract project.
91
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)]
+ [!code-xml[](code-first/samples/6.x/GrpcGreeterClient/GrpcGreeterClient.csproj?highlight=10-13,15-17)]
95
96
* Update the client `program.cs`
97
0 commit comments