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
@@ -54,7 +54,7 @@ At the end, you'll have a working chat app:
54
54
55
55
* In the **Configure your new project** dialog, name the project *SignalRChat*, and then select **Create**.
56
56
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**.
58
58
59
59
* Select **Web Application** to create a project that uses Razor Pages, and then select **Create**.
60
60
@@ -77,15 +77,15 @@ At the end, you'll have a working chat app:
77
77
78
78
* Select **.NET Core > App > Web Application** (Don't select **Web Application (Model-View-Controller)**), and then select **Next**.
79
79
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**.
81
81
82
82
* Name the project *SignalRChat*, and then select **Create**.
83
83
84
84
---
85
85
86
86
## Add the SignalR client library
87
87
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.
0 commit comments