You should be able to force an exact version with brackets:
<dependency id="NHibernate" version="[3.2.0.3001]" />
Full info on the formats you can use are on the NuGet site, here:
http://docs.nuget.org/docs/reference/version-range-specification
You should be able to force an exact version with brackets:
<dependency id="NHibernate" version="[3.2.0.3001]" />
Full info on the formats you can use are on the NuGet site, here:
http://docs.nuget.org/docs/reference/version-range-specification