I am trying to install latest entity framework using nuget. Some how our company proxy wont allow to connect to nuget. Hence we downloaded the package from
packages.nuget.org/v1/Package/Download/EntityFramework/
The downloaded file is a zip file that contains stuff and one NUSPEC file. My understanding was that I needed an NUPKG file to install a package but I am not sure how do I install this package.
Have I downloaded the correct file ? or how do I install this package then ?