diff --git a/src/content/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx b/src/content/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx index 82fda825302..1ba6d333a70 100644 --- a/src/content/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx +++ b/src/content/docs/apm/agents/net-agent/getting-started/net-agent-compatibility-requirements.mdx @@ -635,10 +635,11 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co * Latest verified compatible version: 9.0.1 * Minimum agent version required: 10.35.0 - * Note: the following features that are supported for ODBC datastore calls in .NET Framework (using the built-in System.Data namespace) are not supported for .NET 8+: - * Connection `Open/OpenAsync` calls - * SqlDataReader `Read/NextResult` calls - * Slow SQL traces + The following features supported for ODBC datastore calls in .NET Framework (using the built-in System.Data namespace) are not supported for .NET 8+: + * Connection `Open/OpenAsync` calls + * SqlDataReader `Read/NextResult` calls + * Slow SQL traces + @@ -1425,9 +1426,9 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co name="fe-check" /> - Use the built-in `System.Data.ODBC` namespace from .NET Framework. - * Available in all currently supported .NET Framework agent version. - * All versions of .NET Framework currently supported by Microsoft are verified compatible. + Use the built-in `System.Data.ODBC` namespace from the .NET Framework. + * Available in all currently supported .NET Framework agent versions. + * All versions of the .NET Framework currently supported by Microsoft are verified to be compatible.