I've just tried adding Iesi.Collections to a .NET 2.0 project and it failed :-
PM> Install-Package Iesi.Collections
Successfully installed 'Iesi.Collections 3.2.0.4000'.
Successfully uninstalled 'Iesi.Collections 3.2.0.4000'.
Install failed. Rolling back...
Install-Package : Could not install package 'Iesi.Collections 3.2.0.4000'. You are trying to install this package into a project that target
s '.NETFramework,Version=v2.0', but the package does not contain any assembly references that are compatible with that framework. For more i
nformation, contact the package author.
At line:1 char:16
+ Install-Package <<<< Iesi.Collections
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Um, Huh???
I thought the whole idea of Iesi.Collections was to get support for collections that existed in .NET 3.5+++ but not in .NET 2.0 .. so this package is -made- for a .NET 2.0 project? Waaa??
Update
I have to target a .NET 2.0 project so I can't update to a 3.5 project. (and if i did that I wouldn't need to use this package...)