You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: