By default, Nuget will install the latest version of this package.
But you can install any previous version of nuget package (which are available on nuget.org) in the package manager console by specifying Version , for example:
PM> Install-Package EntityFramework -Version 4.1.10715.0
You can check the available versions of EF here .
source
share