I have two different .Net projects hosted on github.
I would like to create a common "commons" library for two projects.
How do I structure my repository to facilitate this exchange?
Ideally, changing this shared library in one project can easily be transferred to another project. I prefer that the code itself be edited from two projects (in Visual Studio) and not include it as a library. Are there any better methods for doing this?
ripper234
source share