ServiceStack.Text as Portable Class Library

Added in v4.06. See PCL examples for different client platforms at:
https://github.com/ServiceStack/Hello
v4.06 Release notes at:
https://github.com/ServiceStack/ServiceStack/wiki/Release-Notes
-
Anonymous commented
At least the ServiceStack.Interfaces so the service model could be shared easily
-
Guy Godin commented
ServiceStack.Interfaces can be referenced manually in a PCL. It would be nice if the NuGet package was marked as PCL so we can directly associate the package rather than adding manual references.
-
Anonymous commented
Just to reiterate, ServiceStack.Interfaces in particular and other client libraries should all be PCL.
-
Jay commented
Turn all the client binaries into PCL too :)