It would be useful to allow some kind of variables or references in `paket.dependencies`. Something like: ``` source ... variable mylib.version >= 1.3.0 nuget mylib.dll1 ${mylib.version} nuget mylib.dll2 ${mylib.version} ``` This would allow defining a common version (range) for a set of co-released libs (i.e. part of one solution).