-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
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
.