Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 0523c72

Browse files
committed
upgraded to .net 6.0
1 parent 1b7cce9 commit 0523c72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: "Source code for a site that displays events from Azure Event Grid
1111

1212
# Azure Event Grid Viewer
1313

14-
This repository contains the source code for a site that displays events from Azure Event Grid in near-real time. It is built on ASP.NET Core 3.1 and leverages SignalR to display incoming messages.
14+
This repository contains the source code for a site that displays events from Azure Event Grid in near-real time. It is built on [ASP.NET Core](https://docs.microsoft.com/aspnet/core) and leverages [SignalR](https://dotnet.microsoft.com/apps/aspnet/signalr) to display incoming messages.
1515

1616
For details about how it was put together, please refer to the [accompanying blog post](https://madeofstrings.com/2018/03/14/azure-event-grid-viewer-with-asp-net-core-and-signalr/).
1717

@@ -42,4 +42,4 @@ For example: `https://{{site-name}}.azurewebsites.net/api/updates`
4242
### 5. References
4343

4444
- [Routing events to a custom endpoint](https://docs.microsoft.com/azure/storage/blobs/storage-blob-event-quickstart?toc=%2fazure%2fevent-grid%2ftoc.json)
45-
- [Receive events to an HTTP endpoint](https://docs.microsoft.com/en-us/azure/event-grid/receive-events)
45+
- [Receive events to an HTTP endpoint](https://docs.microsoft.com/azure/event-grid/receive-events)

0 commit comments

Comments
 (0)