diff --git a/aspnetcore/grpc/code-first.md b/aspnetcore/grpc/code-first.md index 389a8b9199e7..c4eaf8a125de 100644 --- a/aspnetcore/grpc/code-first.md +++ b/aspnetcore/grpc/code-first.md @@ -89,9 +89,7 @@ A code-first gRPC client uses the service contract to call gRPC services. * Add a [Grpc.Net.Client](https://www.nuget.org/packages/Grpc.Net.Client) package reference. * Add a reference to the shared code-contract project. - [!code-csharp[](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)] + [!code-xml[](code-first/samples/6.x/GrpcGreeterClient/GrpcGreeterClient.csproj?highlight=10-13,15-17)] * Update the client `program.cs`