You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/grpc/grpc-start.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ In this tutorial, you:
39
39
* In the **Create a new project** dialog, search for `gRPC`. Select **ASP.NET Core gRPC Service** and select **Next**.
40
40
* In the **Configure your new project** dialog, enter `GrpcGreeter` for **Project name**. It's important to name the project *GrpcGreeter* so the namespaces match when you copy and paste code.
41
41
* Select **Next**.
42
-
* In the **Additional information** dialog, select **.NET 8.0 (Standard Term Support)** and then select **Create**.
42
+
* In the **Additional information** dialog, select **.NET 9.0 (Standard Term Support)** and then select **Create**.
0 commit comments