I need to work with Json in mono and I'm using the IDE monodevelop.
开发者_JS百科How can I add as a reference json.net in monodevelop ?
In your project there should be a folder called References
. Right click it and choose edit references
. Then check the box next to the package you want to add
For monodevelop 4.012 try look in the Solution->Packages->Edit Packages and look for the library you need.
精彩评论