Skip to content
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

Can you target .netstandard 20? #766

Open
oliverjanik opened this issue Nov 6, 2024 · 0 comments
Open

Can you target .netstandard 20? #766

oliverjanik opened this issue Nov 6, 2024 · 0 comments

Comments

@oliverjanik
Copy link

It looks like you're currently targeting NET 6.0, netstandard2.1 and Net Framework 3.5

image

Our use-case is a shared .netstandard20 library which is used by projects targeting NET Farmework 4.8 and .net 60. For this usecase we had to roll back Twillio nuget back to version 5.x

Targeting .netstandard21 doesn't really make much sense, since it doesn't support .Net Framework at all.

See here: https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1

netstandard20 is the highest common denominator between legacy Net Framework and newer core based run-times.

Any chance you could downgrade the target to netstandard 2.0?

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

No branches or pull requests

1 participant