How can I get a list of versions of jQuery using the Nuget console?

前端 未结 1 756
刺人心
刺人心 2021-02-13 19:13

I\'m trying to figure out a workaround for an issue I have with jQuery 2.0 being the version Nuget wants to update to via the GUI (Can I keep Nuget on the jQuery 1.9.x/1.x path

1条回答
  •  遇见更好的自我
    2021-02-13 19:17

    Type Install-Package JQuery -Version then Space, then Tab.

    This displays a list of all available versions for that package.

    The problem with Get-Package and its -Filter option is that it does a search of both ID and Description fields. I agree that it would be very useful if there was an -ID option or similar.

    0 讨论(0)
提交回复
热议问题