ramondeklein / nwebdav

.NET implementation of the WebDAV protocol
MIT License
155 stars 42 forks source link

add netstandard2.0 target #46

Closed zivillian closed 5 years ago

zivillian commented 5 years ago

Adding netstandard2.0 as a TargetFramework allows easier integration into newer dotnet core projects.

ramondeklein commented 5 years ago

I think this is a good idea and I have integrated it. I also updated the NWebDav.Sample.HttpListener, because .NET standard 2.0 also allows the use of HttpListener. I also updated the NuGet packages and this functionality is available from v0.1.33.

Thanks for your contribution. It is highly appreciated...