I'm calling JToken.FromObject() and it is throwing:
Could not load file or assembly 'System.ComponentModel.Annotations, Version=4.3.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified
This is an Azure Function based on .Net Core 2.1 using Newtonsoft JSON 12.0.3
It is failing on my dev PC
Any ideas how to fix this, please?