20

I need to work with Json in mono and I'm using the IDE monodevelop.

How can I add as a reference json.net in monodevelop ?

johnlemon
  • 20,761
  • 42
  • 119
  • 178
  • 1
    http://monodevelop.com/Documentation/Creating_A_Simple_Solution (look for ***`Referencing our Library`***) – manji Jun 22 '11 at 10:09

2 Answers2

19

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

gturri
  • 13,807
  • 9
  • 40
  • 57
Ram Ambalavanar
  • 211
  • 1
  • 5
1

For monodevelop 4.012 try look in the Solution->Packages->Edit Packages and look for the library you need.

Reis
  • 11
  • 1