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
Is it possible to add a netstandard2.0 or net461 target? I can immediately see NativeLibrary as being a problem, but I think you can achieve the same thing with the older APIs, they just might not be in .NET Standard. Some of the Span extensions might not be available in the polyfill either.
Unrelated, it would be helpful to link to the repo from the NuGet page and vice-versa.
The text was updated successfully, but these errors were encountered:
Is it possible to add a
netstandard2.0
ornet461
target? I can immediately seeNativeLibrary
as being a problem, but I think you can achieve the same thing with the older APIs, they just might not be in .NET Standard. Some of theSpan
extensions might not be available in the polyfill either.Unrelated, it would be helpful to link to the repo from the NuGet page and vice-versa.
The text was updated successfully, but these errors were encountered: