Skip to content

Commit 149877d

Browse files
authored
Update document date (#20338)
1 parent b615c48 commit 149877d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: aspnetcore/tutorials/grpc/grpc-start.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a .NET Core gRPC client and server in ASP.NET Core
33
author: juntaoluo
44
description: This tutorial shows how to create a gRPC Service and gRPC client on ASP.NET Core. Learn how to create a gRPC Service project, edit a proto file, and add a duplex streaming call.
55
ms.author: johluo
6-
ms.date: 04/08/2020
6+
ms.date: 10/23/2020
77
no-loc: [appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
88
uid: tutorials/grpc/grpc-start
99
---
@@ -79,7 +79,7 @@ In this tutorial, you:
7979

8080
![Create a new project dialog](~/tutorials/grpc/grpc-start/static/cnp-mac.png)
8181

82-
* Select **.NET Core 3.1** for the target framework and click **Next**
82+
* Select **.NET Core 3.1** for the target framework and select **Next**
8383
* Name the project **GrpcGreeter**. It's important to name the project *GrpcGreeter* so the namespaces will match when you copy and paste code.
8484
* Select **Create**.
8585
---
@@ -186,7 +186,7 @@ dotnet add GrpcGreeterClient.csproj package Grpc.Tools
186186
* Right-click **GrpcGreeterClient** project in the **Solution Pad** and select **Manage NuGet Packages**
187187
* Enter **Grpc.Net.Client** in the search box.
188188
* Select the **Grpc.Net.Client** package from the results pane and select **Add Package**
189-
* Click the **Accept** button on the **Accept License** dialog.
189+
* Select the **Accept** button on the **Accept License** dialog.
190190
* Repeat for `Google.Protobuf` and `Grpc.Tools`.
191191

192192
---

0 commit comments

Comments
 (0)