-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can you add support of .net5.0 #34
Comments
Apologize for the bit late reply. Note that I have archived the current version of MadMilkman.Ini and I'm now working on a new version with more explicit API, improved performance, better documentation, etc. However, this won't be done any time soon. I'll let you know when it's ready. |
any news? Really like your project but need it for .net 5 :) |
Ended up having to port it to .NET Standard 2.0 myself for one of my projects, so I hope this helps other people in this thread and anyone else reading this. Please note that the way I did it removed support for old versions of .NET Framework that don't support .NET Standard 2.0, but I figured it was a worthwhile tradeoff since it shouldn't vary too much from the original, and those versions of .NET Framework are, well, old for the most part. Here's the fork: https://github.com/DrewNaylor/MadMilkman.Ini |
I Make a project in .net5.0-Windows
can you modify or convert your app for that, Thanks
The text was updated successfully, but these errors were encountered: