hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Use System.Text.Json for serialization instead of Newtonsoft.Json #48

Open EnchantedCoder opened 1 year ago

EnchantedCoder commented 1 year ago

In theory, this is doable by bumping .NET Framework 4.6.1 to 4.6.2, based on support listed in the relevant NuGet package. I've only tried by dropping everything old and requiring .NET 7... which works but isn't a good solution, given the diverse user group for this library. I would attempt implementing this if I knew how and had access to the required tools...