简体   繁体   中英

Reference not working in Visual Studio 2012

I have a simple console application that is supposed to use Newtonsoft.Json to desrialize JSON objects. I installed Newtonsoft.Json via Manage Nuget for Solution and the package shows as installed in Nuget however the reference is not showing at all in the project or in the file .csproj .

Any clue?

Maybe you should add a reference to the library. Project->Add reference, find package you need and press ok. Then you can include this package to your project with keyword using .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM