Skip to content

[bug] Instrumentation packages reference .NET 9 framework assemblies #2361

Open
@david-chandler-cko

Description

@david-chandler-cko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcomp:instrumentation.awsThings related to OpenTelemetry.Instrumentation.AWS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions