Skip to content

Commit 3463a71

Browse files
committed
add reference full sample net6
1 parent 0332441 commit 3463a71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-web-pubsub/tutorial-build-chat.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,8 @@ The complete code sample of this tutorial can be found [here][code-csharp].
945945
946946
Now run the server using `dotnet run --urls http://localhost:8080` and open multiple browser instances to access http://localhost:8080/index.html, then you can chat with each other.
947947
948+
The complete code sample of this tutorial can be found [here][code-csharp-net6].
949+
948950
# [JavaScript](#tab/javascript)
949951
950952
1. Add a new `handleUserEvent` handler
@@ -1178,3 +1180,4 @@ Check other tutorials to further dive into how to use the service.
11781180
[code-js]: https://github.com/Azure/azure-webpubsub/tree/main/samples/javascript/chatapp/
11791181
[code-java]: https://github.com/Azure/azure-webpubsub/tree/main/samples/java/chatapp/
11801182
[code-csharp]: https://github.com/Azure/azure-webpubsub/tree/main/samples/csharp/chatapp/
1183+
[code-csharp-net6]: https://github.com/Azure/azure-webpubsub/tree/main/samples/csharp/chatapp/

0 commit comments

Comments
 (0)