Skip to content

Commit 3e56e35

Browse files
committed
Clarify EOL'ed vs. supported runtimes
1 parent f2b11b3 commit 3e56e35

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
5353
The .NET agent is compatible with .NET Core version 3.1, and .NET 5.0, 6.0, 7.0, 8.0, and 9.0.
5454

5555
<Callout variant="important">
56-
The agent is only fully supported when instrumenting applications that target [.NET runtimes currently supported by Microsoft](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). The agent is likely to work with the unsupported runtimes listed below, but we do not test new versions of the agent with unsupported runtimes.
56+
The agent is only fully supported when instrumenting applications that target [.NET runtimes currently supported by Microsoft](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core). The agent is likely to work with the EOL'ed runtimes listed below, but we do not test new versions of the agent with EOL'ed runtimes.
5757
</Callout>
5858

5959
<table style={{ width: "500px" }}>
@@ -72,7 +72,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
7272
<tbody>
7373
<tr>
7474
<td>
75-
.NET Core 3.1
75+
.NET Core 3.1 (EOL)
7676
</td>
7777

7878
<td>
@@ -82,7 +82,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
8282

8383
<tr>
8484
<td>
85-
.NET 5.0
85+
.NET 5.0 (EOL)
8686
</td>
8787
<td>
8888
8.35.0 and higher
@@ -91,7 +91,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
9191

9292
<tr>
9393
<td>
94-
.NET 6.0
94+
.NET 6.0 (EOL)
9595
</td>
9696
<td>
9797
9.2.0 and higher
@@ -100,7 +100,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
100100

101101
<tr>
102102
<td>
103-
.NET 7.0
103+
.NET 7.0 (EOL)
104104
</td>
105105
<td>
106106
10.0.0 and higher
@@ -306,7 +306,7 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
306306
>
307307
The .NET agent is compatible with applications targeting .NET Core 3.1, and .NET 5.0, 6.0, 7.0, 8.0, and 9.0. You can find the target framework in your `.csproj` file. Agent compatibility varies across different versions of .NET Core.
308308

309-
Supported:
309+
Compatible:
310310

311311
```xml
312312
<TargetFramework>netcoreapp3.1</TargetFramework>

0 commit comments

Comments
 (0)