Closed maniglia closed 1 year ago
I...don't understand how this compiles. The docs say IAsyncEnumerable
only supports netstandard2.1
and above:
I'll do some more digging but if it's working with netstandard2.0
then I'll just downgrade to that altogether.
Welp it gets pulled in with the Microsoft.Bcl.AsyncInterfaces package (which I did not know existed). Derp. We can just target netstandard2.0
directly.
Unfortunately I have some problems compiling the project, i get the following message: MinVer : error MINVER1007: "git" is not present in PATH. Even though I installed git and entered the environment variable.
Please consider adding netstandard2.0 as a target framework if you can.