-
I need to be able to target 4.8 framework but to do so AngleSharp is limited to only 0.17.1. Can we get this addressed? |
Beta Was this translation helpful? Give feedback.
Answered by
mganss
Aug 24, 2024
Replies: 3 comments 4 replies
-
This is not specific to net48. In order to use AngleSharp 1.0, you'll have to use the prerelease version of HtmlSanitizer. See #491 for an in-depth discussion. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you
…On Fri, Aug 23, 2024, 3:20 PM Michael Ganss ***@***.***> wrote:
Current prerelease is at
https://www.nuget.org/packages/HtmlSanitizer/8.2.871-beta.
In VS, check the "Include prerelease versions" box near the top in the
NuGet packages window.
—
Reply to this email directly, view it on GitHub
<#559 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMPTEZH63TNLOKSH5XMSS3ZS6DRBAVCNFSM6AAAAABM7EKPTCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBTGM4TCOA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Any idea on when it might be moving out of beta into release
…On Fri, Aug 23, 2024, 3:48 PM David Madden ***@***.***> wrote:
Thank you
On Fri, Aug 23, 2024, 3:20 PM Michael Ganss ***@***.***>
wrote:
> Current prerelease is at
> https://www.nuget.org/packages/HtmlSanitizer/8.2.871-beta.
>
> In VS, check the "Include prerelease versions" box near the top in the
> NuGet packages window.
>
> —
> Reply to this email directly, view it on GitHub
> <#559 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABMPTEZH63TNLOKSH5XMSS3ZS6DRBAVCNFSM6AAAAABM7EKPTCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANBTGM4TCOA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, no. As soon as AngleSharp.Css releases a stable version, I'll release a stable version of HtmlSanitizer, too. There's no code in HtmlSanitizer itself that would keep us from releasing a stable version.