Skip to content

Commit bb1d4de

Browse files
Update compatibility.mdx (#6494)
1 parent f1543b9 commit bb1d4de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/platforms/dotnet/common/compatibility.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ that means it should also work well with the following:
2323

2424
<Note>
2525

26-
Though supported in the Sentry SDK, some of these platforms are no longer supported by Microsoft.
27-
We recommend supported versions of each platform. For example, the current minimum
28-
version of .NET Framework supported by Microsoft is 4.6.2, though we would recommend 4.8 or newer.
26+
Though you can use the Sentry SDK in any of the above versions, some of those are no longer supported by Microsoft.
27+
Thus, we recommend using Microsoft supported versions of each platform whenever possible.
2928

30-
For .NET and .NET Core, though Sentry can work with .NET Core 2.0 and newer, we recommend using "LTS" or "Current" versions, as labeled on the [.NET downloads page](https://dotnet.microsoft.com/download/dotnet). Currently that means using .NET Core 3.1, or .NET 6 and newer.
29+
- Most applications should use .NET version 6.0 or newer. See Microsoft's official [.NET Support Policy](https://dotnet.microsoft.com/platform/support/policy) page for more details.
30+
- Applications targeting .NET Framework should use version 4.6.2 or newer. See Microsoft's official [.NET Framework Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-framework) page for more details.
3131

3232
</Note>
3333

0 commit comments

Comments
 (0)