I'm asking this question on behalf of my customer.
They're using <.NET Framework version 4.0> so considering installing the OpenTelemetry agent to use Datadog's APM, which technically supports only the higher version (version 4.6.1).
According to the documentation on netframework I referenced, OpenTelemetry supports both .NET and .NET Framework, which is an older Windows-based implementation of .NET.
However, when attempting to install the required NuGet packages (OpenTelemetry.Instrumentation.AspNet and OpenTelemetry.Extensions.Hosting), they encountered an issue. Both packages require .NET Framework 4.6 or higher, while they're using .NET Framework 4.0. They even tried installing the earliest (beta) version of the packages, but it also required at least .NET Framework version 4.5.
They don't know any other way to install the OpenTelemetry agent apart from using the NuGet packages that are currently available. Could anyone please help me with the guidance of installing the OpenTelemetry agent that supports the lower version?
Thank you!