File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/azure-monitor/snapshot-debugger Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ms.reviewer: charles.weininger
7
7
reviewer : cweining
8
8
ms.topic : conceptual
9
9
ms.custom : devx-track-dotnet, devdivchpfy22
10
- ms.date : 08/18/2022
10
+ ms.date : 04/10/2023
11
11
---
12
12
13
13
# Debug snapshots on exceptions in .NET apps
@@ -28,9 +28,9 @@ You can view debug snapshots in the portal to see the call stack and inspect var
28
28
29
29
Snapshot collection is available for:
30
30
31
- * .NET Framework and ASP.NET applications running .NET Framework [ LTS ] ( https://dotnet.microsoft.com/platform/support/policy/dotnet-core ) or later .
32
- * .NET Core and ASP.NET Core applications running .NET Core [ LTS] ( https://dotnet.microsoft.com/platform/support/policy/dotnet-core ) on Windows.
33
- * .NET [ LTS] ( https://dotnet.microsoft.com/platform/support/policy/dotnet-core ) applications on Windows.
31
+ - .NET Framework and ASP.NET applications running .NET Framework 4.6.2 and newer versions .
32
+ - .NET and ASP.NET applications running .NET [ LTS] ( https://dotnet.microsoft.com/platform/support/policy/dotnet-core ) and newer versions on Windows.
33
+ - .NET [ LTS] ( https://dotnet.microsoft.com/platform/support/policy/dotnet-core ) (and newer versions) applications on Windows.
34
34
35
35
We don't recommend using .NET Core versions prior to LTS since they're out of support.
36
36
You can’t perform that action at this time.
0 commit comments