I'd like to download the latest version of Microsoft jQuery Unobtrusive Validation, however I don't like using NuGet since it is not possible for me to tell it where to install the packages within my project structure.
Does Microsoft host these files somewhere that I can access them directly?
NuGet.Downloader
to only download a package (not install) then you can include packages in your project as you see fit. Additionally, most of the projects on NuGet have a "Project" link on the Nuget.org site which you cna follow (and most of those link to source repositories which you can grab the library itself without nuget). – Burgoo