I've got app 2 solutions (.NET C#) which each share a portable class library (a seperate solution). The app solutions reference the PCL as a project, not by DLL.
What's the best way to deal with this scenario with source control? The portable class library may change for one version of one of the app solutions but not immediately for the other.
I'm not tied to any source control at the moment, I was attempting to do this with TFS but have workspace issues on the portable class library. I'm open for a better suggestion such as Mercurial or Git!