I am trying to verify phone number using PhoneNumbers.dll(File version 8.9.0.0) for twillio SMS API with C# (Visual studio 2010)
Lines of Code used in application:
private static PhoneNumberUtil phoneUtil = PhoneNumberUtil.GetInstance();
private static List<string> supportedRegions = phoneUtil.GetSupportedRegions().ToList<string>();
After application build, facing below error
The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
In case same dll used in .Net 2015 no error results with build successed. Please suggest to over come system.object error in .net 2010