Nucs / JsonSettings

This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
MIT License
76 stars 18 forks source link

New Version without any warnings #44

Open ghost1372 opened 1 month ago

ghost1372 commented 1 month ago

Hi @Nucs , can you fix warnings and upload a new version? also it is possible to remove newtonsoft.json and replace it with System.Text.Json. can you work on this?

image