Since I upgraded my Xamarin.Forms project to ServiceStack 5, I receive this message:
CS0012 The type "IReturn<>" is defined in an assembly that is not referenced. You must add a reference to assembly 'ServiceStack.Interfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=02c12cbda47e6587'.
References are already added. I have no idea how to fix this. Is anyone experiencing the same issue?
Edit: I use Xamarin Forms as a Shared Project, if that matters.
I already reinstalled v4.5.14, but the error still comes up.