Skip to content

Commit b3b6931

Browse files
authored
Update aspnetcore/tutorials/grpc/grpc-start.md
Updated to 9.0 for framework selection in VS
1 parent 7eeab98 commit b3b6931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/grpc/grpc-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In this tutorial, you:
3939
* In the **Create a new project** dialog, search for `gRPC`. Select **ASP.NET Core gRPC Service** and select **Next**.
4040
* 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.
4141
* 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**.
4343

4444
# [Visual Studio Code](#tab/visual-studio-code)
4545

0 commit comments

Comments
 (0)