I have a question to the new Microsoft Projects in Visual studio 2015. At the moment each project has now is own project.json file where you can define Version author url etc. My question is now is it possible that we can have some of the Properties in a common.json file and share this offer all Solutions/Projects?
<Source Folder>
Common.json
<Solution1>
<Project1>
<Project1.json>
<Project2>
<Project2.json>
<Solution2>
<Project3>
<Project3.json>
<Project4>
<Project4.json>
In older Visual Studio Version we solved this with a GlobalAssemblyInfo file we linked into the Project. We need this because we a couple 100 Projects which have the same Version number. Thanks for your ideas Michael