.Net Framework target version for SS 5.2

I noticed the benchmarks taken for SS 5.2 were done in .NET Framework 4.7.1… Is that just using 4.7.1 as a runtime, or should SS projects also target that (instead of .NET Framework 4.5.2)? Looks like support is fine in 4.5.2, just wondering if I get any benefits if I move the version up…

The benchmarks are just using the same configuration used in https://github.com/Alois-xx/SerializerTests

Yeah you can use ServiceStack v5.2 with the latest .NET Core and .NET Framework releases.