is WebDavClient supported into ASP.NET Core 2 App?
Closed this issue · 2 comments
parejajd commented
I am try use WebDavClient into ASP.NET Core 2 App, but i get this error calling List Method
Could not load type 'System.Web.HttpException' from assembly 'System.Web, Version=4.0.0.0'
is already compatible con ASP.NET Core 2?
saguiitay commented
It doesn't support .Net Core yet. I'm planning to add support for it when I get a chance, but that might take a while. Feel free to send me a PR if your up to it.