Skip to content

[feature request] Better dependencies support #2787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AOne-T opened this issue May 7, 2025 · 1 comment
Open

[feature request] Better dependencies support #2787

AOne-T opened this issue May 7, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@AOne-T
Copy link

AOne-T commented May 7, 2025

Component

None

Is your feature request related to a problem?

As is OpenTelementry latest SDK for .NET uses .NET SDK 8.0 but requires dependencies to .Net 9.0. It is a problem for those (as us) who target .Net 8.0 (as an LTS release). Thus we cannot use latest OTel packages and have to stay with those versions that still target .Net 8.0 libs.
Of course it requeires additional effort and to maintain *proj & props (and maybe cs) files but I doubt that there are many exclusive features that require .Net 9.
We implemented such an approach in our private nuget packages.

What is the expected behavior?

Nuget package with multiple target frameworks and separate dependencies for each

Which alternative solutions or features have you considered?

Stay on older versions

Additional context

No response

@AOne-T AOne-T added the enhancement New feature or request label May 7, 2025
@thompson-tomo
Copy link

@AOne-T can you provide an example as I see no issue with the current approach and it not leading to any additional work/effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants