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
On ${endOfSupportDate}, the ${majorMinorVersion}.X versions of `dotnet monitor` will be out of support. After this date, we will no longer provide any bug or security fixes for these versions.
2
+
3
+
Please refer to [Releases](https://github.com/dotnet/dotnet-monitor/blob/main/documentation/releases.md) to see the currently supported versions.
4
+
5
+
Please update to a newer version in order to remain in support using one of the following:
6
+
7
+
## .NET Tool
8
+
9
+
This will update the installation to the most recent release of `dotnet monitor`:
10
+
11
+
```
12
+
dotnet tool update -g dotnet-monitor
13
+
```
14
+
15
+
## Docker Image
16
+
17
+
Use the Docker image name without specifying a tag to get the most recent release of `dotnet monitor`:
0 commit comments