Using a nuget package that has a depency on a lower version of ServiceStack causes the build to fail

This looks like a PCL issue where you’d need to reference the compatibility library.

Can you upgrade to ServiceStack v5 as it no longer uses PCL so you won’t have this issue.