[bug] Instrumentation packages reference .NET 9 framework assemblies #2361
Labels
bug
Something isn't working
comp:instrumentation.aws
Things related to OpenTelemetry.Instrumentation.AWS
Component
OpenTelemetry.Instrumentation.AWS
Package Version
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
The text was updated successfully, but these errors were encountered: