While installing the next-gen version of twilio-csharp in Visual Studio 2013 (used Install-Package with the -Pre switch), but the below error happened.
PM> Install-Package Twilio -Pre
Attempting to resolve dependency 'Portable.JWT (= 1.0.5)'.
Attempting to resolve dependency 'Newtonsoft.Json (≥ 8.0.1)'.
Attempting to resolve dependency 'Portable.BouncyCastle (≥ 1.8.0)'.
Install-Package : 'Portable.BouncyCastle' already has a dependency defined for 'System.Collections'.
At line:1 char:1
+ Install-Package Twilio -Pre
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
I tried taking help from an existing issue but to no success. Though its an alpha version, it should work... am not sure if am doing something incorrectly.