alexreinert / ARSoft.Tools.Net

This project contains a complete managed .Net SPF validation, SenderID validation and a dns client and dns server implementation written in C#.
Apache License 2.0
168 stars 81 forks source link

Support for .NET 5? #21

Closed large closed 3 years ago

large commented 3 years ago

Thank you for this great library @alexreinert ! It has been useful in my current project and have worked flawless so far.

I do note that the library hasn't been updated since 2017-2018 and wonder if you are accepting pulling requests for supporting .Net 5? I see you are currently playing with CCU code, so you are still here ;)

If not, would you accept a clone & release of a ".portable" version like Bouncycastle has: https://www.nuget.org/packages/Portable.BouncyCastle/ ?

Cheers and happy new year (Y)

large commented 3 years ago

Since I did not get any response I took the job in my own hands: https://www.nuget.org/packages/Portable.ARSoft.Tools.Net/ https://github.com/large/Portable.ARSoft.Tools.Net