From c2bc6c196386b2c47649548f43ab909b2db16048 Mon Sep 17 00:00:00 2001 From: "Pavan Sai Vasireddy (Vasi)" Date: Sun, 6 Aug 2023 14:29:24 -0700 Subject: [PATCH] Refer to .Net Supporter versions of upstream --- src/docs/getting-started/dotnet-sdk/trace-manual-instr.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/getting-started/dotnet-sdk/trace-manual-instr.mdx b/src/docs/getting-started/dotnet-sdk/trace-manual-instr.mdx index 7257e8cbb..bc3a66f80 100644 --- a/src/docs/getting-started/dotnet-sdk/trace-manual-instr.mdx +++ b/src/docs/getting-started/dotnet-sdk/trace-manual-instr.mdx @@ -15,7 +15,7 @@ The AWS Distro for OpenTelemetry .NET SDK contains an extension library for usin ## Requirements -The AWS Distro for OpenTelemetry .NET SDK is compatible for .NET framework (net452 and above) and .NET Core (netstandard2.0 and above). +The AWS Distro for OpenTelemetry .NET SDK is compatible for all the officially supported versions of [.NET](https://dotnet.microsoft.com/en-us/download/dotnet) and [.NET Framework](https://dotnet.microsoft.com/en-us/download/dotnet-framework). **Note**: You’ll also need to have the [AWS Distro for OpenTelemetry Collector](https://aws-otel.github.io/docs/getting-started/collector) running to export traces to X-Ray.