Was wondering if netcoreapp3.1 is a hard dependency for the Nuget package? I am trying to use this with Refit. Otherwise I can try to copy this into my lib directly.
System.Text.Json is compatible with netstandard2.0 and Refit also targets netstandard2.0.
Was wondering if
netcoreapp3.1is a hard dependency for the Nuget package? I am trying to use this with Refit. Otherwise I can try to copy this into my lib directly.System.Text.Jsonis compatible withnetstandard2.0and Refit also targetsnetstandard2.0.