Description
I'd like to use Angara.Html with in an F# Jupyter Notebook fsprojects/IfSharp using Json.NET 9.0.1
Actual behavior
Angara.Html 0.2.4 has a strict upper bound on this:
Newtonsoft.Json (>= 8.0.0 && < 9.0.0)
Are there any known issues with supporting newer versions?
Known workarounds
Rebuild myself, but that doesn't allow users of the notebook to acquire it.