VS2017. I have a winform application, and need to use the Newtonsoft.Json package.I go to the “Manage Nuget Packages”, entered Json in the search, but nothing is found.As contrast, if I create a web application, and do the same, I do see the Newtonsoft.Json when I enter the search.So, how do I install this package from a winform application?
↧