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

Support for netstandard2.0 #53

Open
ThomasBarnekow opened this issue Nov 11, 2022 · 1 comment
Open

Support for netstandard2.0 #53

ThomasBarnekow opened this issue Nov 11, 2022 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ThomasBarnekow
Copy link

Hi @martinothamar, this is just a question after I came across your package and read that it supports netstandard2.1:

Would it be possible to also support netstandard2.0 (e.g., with a reduced set of features if some features depend on capabilities introduced with netstandard2.1)? We have a frontend that must target .NET Framework and, therefore, can only use libraries up to netstandard2.0.

@martinothamar
Copy link
Owner

I remember trying to stick to 2.0, this change was introduced as part of supporting streaming/IAsyncEnumerable, but maybe we can conditionally support streaming based on target framework. I would have to experiment a bit again to see if thats possible

@martinothamar martinothamar added the enhancement New feature or request label Jun 21, 2023
@martinothamar martinothamar added this to the 3.0 milestone Jun 21, 2023
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