Question

Using a build server, is it possible to set to true the attribute 'Specific Version' of all the assemblies refereneced by project(s) being built?

If so, how?

Was it helpful?

Solution

I do not believe you can do it automatically(except hacking at the xml in the csproj files), the only way is to manually set each reference in each project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top