I created a C# library project. The project has this line in one class:
JsonConvert.SerializeObject(objectList);
I\'m getting error saying
Or if you're using dotnet Core,
add to your .csproj file
And
dotnet restore