NuGet Packages

  • 474 Views
  • Last Post 20 March 2021
elijahphiri1 posted this 18 March 2021

Am trying to load NuGet Packages (Newtosoft.Json) in VS2013, but its not displaying the packages. Of course i have internet connection. Did they stop supporting VS2013?

lucy posted this 20 March 2021

I think better way you should use Visual Studio 2015. If you are using Visual Studio 2013 you can download the packages from the Nuget website, then unzip the file downloaded.

Finally, Just add a reference to the library to your project.

Close