In my solution there is SharedAssemblyInfo.cs that is integrated over a targets file (LinkedItems.targets).
In the SharedAssemblyInfo.cs there is a Version attribute set:
I have some projects that have to define their own version. But this not possible in this case because then i get a duplicate "AssemblyVersion" Attribute error.
Is there any way to resolve this issue besides defining the version in every single AssemblyInfo file and not in the SharedAssemblyInfo file?