Click here to Skip to main content
15,886,740 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can I add following nuget in my project:

NuGet Gallery | Newtonsoft.Json 13.0.2[^]

my visual studio is old version so I dont see any package manager option or nuget manager option or PM WIndow.

I also download nupkg file but not sure how to add in my project

What I have tried:

I tried following 2 things:

BASIC
[Right click project] > no package manager or nuget manager option


BASIC
[Tools] > [Extension Manager] [Online Gallary] is offline


I
Posted
Updated 25-Nov-22 8:37am
v2

1 solution

You ned to have the nuget package manager installed - so you need to look at why the Extension Manager is offline. I'd start by checking you have a working internet connection on the machine, and that VS isn't on a blacklist.

If you can't see a problem there, try to repair your VS installation, and add the optional nuget package manger that way.

If you can't get it to work, update your VS version to 2017 or later and it is added automatically.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900