Hi,
Just upgraded to 1.8 and am getting the error below when attempting to install the nunit package. Does any one know the cause of this. Looks like im not the only person getting this error:
http://stackoverflow.com/questions/10730956/servicestack-error-when-installing-from-nuget-cryptogrphic-algorithm-not-suppo
Install-Package : The specified cryptographic algorithm is not supported on this platform.
At line:1 char:16
+ Install-Package <<<< NUnit -ProjectName MyProject
+ CategoryInfo : NotSpecified: (:) [Install-Package], PlatformNotSupportedException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
I am on Windows XP SP 3.
Thanks in advance,
Dom