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

Portable AngleSharp.Io? #9

Closed
joelverhagen opened this issue Mar 27, 2016 · 2 comments
Closed

Portable AngleSharp.Io? #9

joelverhagen opened this issue Mar 27, 2016 · 2 comments
Labels
Milestone

Comments

@joelverhagen
Copy link
Contributor

Right now, it looks like the AngleSharp.Io package targets net45. Are there any plans to make this package (or a subset of functionality available on other TFMs?

In particular, I was wondering if the new .NET Platform standard will be supported. The piece that I worked on before (an adapter for HttpClient) should work on netstandard1.1, since this is the earliest version that supports HttpClient.

@FlorianRappl
Copy link
Contributor

I don't know yet. Anglesharp.Io is supposed to be platform-dependent, as it will have file system integrations. But that does not exclude the .NET platform. A decision can only be done in a later stage. In the end the supported platforms are determined naturally (i.e., implicitly), by seeing what kind of libraries (from the "framework") are required / exposed as dependencies.

@FlorianRappl FlorianRappl added this to the v1.0.0 milestone Mar 27, 2016
@FlorianRappl
Copy link
Contributor

See #12 for the answer to this issue. Yes, indeed netstandard1.1 is the one to go for. Thanks @joelverhagen for proposing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants