Skip to content

Commit 903f644

Browse files
Update signalr.md (#19921)
1 parent bca5d20 commit 903f644

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

aspnetcore/tutorials/signalr.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ At the end, you'll have a working chat app:
3232

3333
# [Visual Studio](#tab/visual-studio)
3434

35-
[!INCLUDE[](~/includes/net-core-prereqs-vs-3.0.md)]
35+
[!INCLUDE[](~/includes/net-core-prereqs-vs-3.1.md)]
3636

3737
# [Visual Studio Code](#tab/visual-studio-code)
3838

39-
[!INCLUDE[](~/includes/net-core-prereqs-vsc-3.0.md)]
39+
[!INCLUDE[](~/includes/net-core-prereqs-vsc-3.1.md)]
4040

4141
# [Visual Studio for Mac](#tab/visual-studio-mac)
4242

43-
[!INCLUDE[](~/includes/net-core-prereqs-mac-3.0.md)]
43+
[!INCLUDE[](~/includes/net-core-prereqs-mac-3.1.md)]
4444

4545
---
4646

@@ -54,7 +54,7 @@ At the end, you'll have a working chat app:
5454

5555
* In the **Configure your new project** dialog, name the project *SignalRChat*, and then select **Create**.
5656

57-
* In the **Create a new ASP.NET Core web Application** dialog, select **.NET Core** and **ASP.NET Core 3.0**.
57+
* In the **Create a new ASP.NET Core web Application** dialog, select **.NET Core** and **ASP.NET Core 3.1**.
5858

5959
* Select **Web Application** to create a project that uses Razor Pages, and then select **Create**.
6060

@@ -77,15 +77,15 @@ At the end, you'll have a working chat app:
7777

7878
* Select **.NET Core > App > Web Application** (Don't select **Web Application (Model-View-Controller)**), and then select **Next**.
7979

80-
* Make sure the **Target Framework** is set to **.NET Core 3.0**, and then select **Next**.
80+
* Make sure the **Target Framework** is set to **.NET Core 3.1**, and then select **Next**.
8181

8282
* Name the project *SignalRChat*, and then select **Create**.
8383

8484
---
8585

8686
## Add the SignalR client library
8787

88-
The SignalR server library is included in the ASP.NET Core 3.0 shared framework. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN) that can deliver anything found in npm, the Node.js package manager.
88+
The SignalR server library is included in the ASP.NET Core 3.1 shared framework. The JavaScript client library isn't automatically included in the project. For this tutorial, you use Library Manager (LibMan) to get the client library from *unpkg*. unpkg is a content delivery network (CDN) that can deliver anything found in npm, the Node.js package manager.
8989

9090
# [Visual Studio](#tab/visual-studio/)
9191

0 commit comments

Comments
 (0)