It is currently not possible to update the entire VS solution to a specific version of a NuGet package.
This is particularly painful in light of jQuery decision to develop two "current" versions, 1.x and 2.x, in parallel. The 2.x line of jQuery only works with modern browsers and so is not appropriate for most web sites, however, that is the only version showing up as upgrade target in NuGet.
One can update to a specific package version one individual project at a time, but it is not possible to update all projects in a solution, making the process much more cumbersome and error prone that it should be.
Please consider addressing this scenario as a priority, especially given that jQuery is not part of standard VS templates.
This is particularly painful in light of jQuery decision to develop two "current" versions, 1.x and 2.x, in parallel. The 2.x line of jQuery only works with modern browsers and so is not appropriate for most web sites, however, that is the only version showing up as upgrade target in NuGet.
One can update to a specific package version one individual project at a time, but it is not possible to update all projects in a solution, making the process much more cumbersome and error prone that it should be.
Please consider addressing this scenario as a priority, especially given that jQuery is not part of standard VS templates.