Open
Description
Component
OpenTelemetry.Instrumentation.AWS
Package Version
Package Name | Version |
---|---|
OpenTelemetry.Instrumentation.AWS | 1.10.0-beta.1 |
Runtime Version
net8.0
Description
The common package versions have been updated for OpenTelemetry.NET and they now specify a minimum version of 9.0 for Microsoft.Extensions packages.
This means that projects targeting earlier framework versions can no longer be built using the .NET 8 SDK.
Steps to Reproduce
Try to include OpenTelemetry.Instrumentation.AWS library at version 1.10.0-beta.1 in a project targeting .net 8.
Expected Result
The library should target the extensions libraries with the same major version as the current .NET framework.
Actual Result
The library requires a reference to .NET 9 framework assemblies.
Additional Context
No response