Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Sunday, November 10, 2019 11:55 AM
Search nuget pm, but cann't find it. where can find it?
Thanks
All replies (2)
Monday, November 11, 2019 7:18 AM ✅Answered | 1 vote
Hi zhgart,
Thank you for posting here.
To manger nuget package in visual studio 2010, we need to download and install an extension "NuGet Package Manager", then follow these steps to open it in VS 2010:
- Go to Visual Studio 2010 Menu --> Tools, select Options…
- Click Package Manager --> Package Sources
- Verify the following
1.Available package sources - Check box (checked) and NuGet official package source is set to "https://nuget.org/api/v2/"
2.Name is set to "NuGet official package source"
3.Source is set to "https://nuget.org/api/v2/" - Click OK.
- Go to Menu --> Tools --> Library Package Manage --> Package Manager Console
Please refer more here: Using Nuget in Visual Studio 2010 & 2012
Hope it could help you, and look forward to your feedback.
Best Regards,
Dylan
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]
Monday, November 11, 2019 12:41 PM
Hi zhgart,
Thank you for posting here.
To manger nuget package in visual studio 2010, we need to download and install an extension "NuGet Package Manager", then follow these steps to open it in VS 2010:
- Go to Visual Studio 2010 Menu --> Tools, select Options…
- Click Package Manager --> Package Sources
- Verify the following
1.Available package sources - Check box (checked) and NuGet official package source is set to "https://nuget.org/api/v2/"
2.Name is set to "NuGet official package source"
3.Source is set to "https://nuget.org/api/v2/"- Click OK.
- Go to Menu --> Tools --> Library Package Manage --> Package Manager Console
Please refer more here: Using Nuget in Visual Studio 2010 & 2012
Hope it could help you, and look forward to your feedback.
Best Regards,
Dylan
MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected]
Hi, Glad to hear from you.
I did that like you said and instruction in nuget and help in vs. When I open extension manager, and search nuget online, I got only one software:nuget manager, not package manager and there is no nuget package manager in the list. Tthey are different software.
I give up. It does matter.
However, thank you for your prompt reply.
Thanks