In Visual Studio, you can require that an assembly reference match a specific version of the assembly. Is it possible (maybe by directly editing the csproj or vbproj file in a text editor) to reference a range of versions.
My specific example is I want to reference version 2.5.x of nUnit in my test projects at work. People run different versions of nUnit, and anything in version 2.5.x of nUnit should suffice for running our unit tests.