As a follow-up on issue #67 in which the TFM was corrected in the nuspec file to netstandard2.1, making me unable to consume the package.
This PR basically re-adds support for netstandard2.0 again by taking an additional dependency on Microsoft.Bcl.AsyncInterfaces (for the IAsyncEnumerable<T> type) and System.Memory (for Span and Memory types/support)
Furthermore does it fix 2 method calls for which the exact signature is available in netstandard2.1, but not in netstandard2.0.
If there's something missing or anything, feel free to let me know.
(Targets the master branch due to this containing the latest changes)
As a follow-up on issue #67 in which the TFM was corrected in the nuspec file to netstandard2.1, making me unable to consume the package. This PR basically re-adds support for netstandard2.0 again by taking an additional dependency on and Memory types/support)
Furthermore does it fix 2 method calls for which the exact signature is available in netstandard2.1, but not in netstandard2.0.
Microsoft.Bcl.AsyncInterfaces
(for theIAsyncEnumerable<T>
type) andSystem.Memory
(for SpanIf there's something missing or anything, feel free to let me know.
(Targets the master branch due to this containing the latest changes)