Search code examples
json.netxamarin.formsxamarin-studio

How to add json.net to Xamarin Forms, on the native projects or on the PCL?


I'm developing an App with Xamarin Forms, I need to add json.net to the project from Nugat (I think) do I need to do it on every native project or can I do it on the PCL project

Thanks Shimon


Solution

  • You should just need to add it to your core PCL project.