jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 249 forks source link

Can CsQuery be used in Unversal Apps? #212

Open Yoctillion opened 7 years ago

Yoctillion commented 7 years ago

I failed to add it to my UWP project via NuGet. The output says

CsQuery 1.3.4 is not compatible with UAP,Version=v10.0.
Some packages are not compatible with UAP,Version=v10.0.
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-arm).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm).
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-arm-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-arm-aot).
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-x64).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64).
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-x64-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x64-aot).
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-x86).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86).
CsQuery 1.3.4 is not compatible with UAP,Version=v10.0 (win10-x86-aot).
Some packages are not compatible with UAP,Version=v10.0 (win10-x86-aot).

If not, is there any plan to add UWP support?