Adds net6.0, net5.0 as target frameworks to update this to the latest .net
Brings nullable from c# 8.0.
Removes net46 support since it's incompatible with System.Text.Json.
I actually wanted to merge this into my own repo, but now that I've opened this draft in here by mistake, you might as well check it out. I am trying to modernize the code a little.
Keeping .Net46 is possible with enough patience doing #if and keeping the old Newtonsoft.Json only for net46. But this change is quite big that it might be worth it to break compatibility?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Adds net6.0, net5.0 as target frameworks to update this to the latest .net Brings nullable from c# 8.0.
Removes net46 support since it's incompatible with System.Text.Json.
I actually wanted to merge this into my own repo, but now that I've opened this draft in here by mistake, you might as well check it out. I am trying to modernize the code a little.
Keeping .Net46 is possible with enough patience doing #if and keeping the old Newtonsoft.Json only for net46. But this change is quite big that it might be worth it to break compatibility?