JsonSettings
JsonSettings copied to clipboard
AOT Compatible
Can you add AOT Support? this can be done with adding following line and fixing warnings:
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible> <FileVersion>2.0.1</FileVersion>