Iesi.Collections (nuget package) is not supported for .NET 2.0 ? Huh? -
i've tried adding iesi.collections .net 2.0 project , failed :-
pm> install-package iesi.collections installed 'iesi.collections 3.2.0.4000'. uninstalled 'iesi.collections 3.2.0.4000'. install failed. rolling back... install-package : not install package 'iesi.collections 3.2.0.4000'. trying install package project target s '.netframework,version=v2.0', package not contain assembly references compatible framework. more nformation, contact package author. @ line:1 char:16 + install-package <<<< iesi.collections + categoryinfo : notspecified: (:) [install-package], invalidoperationexception + fullyqualifiederrorid : nugetcmdletunhandledexception,nuget.powershell.commands.installpackagecommand
um, huh???
i thought whole idea of iesi.collections support collections existed in .net 3.5+++ not in .net 2.0 .. package -made- .net 2.0 project? waaa??
update
i have target .net 2.0 project can't update 3.5 project. (and if did wouldn't need use package...)
the source code iesi.collections maintained nhibernate project here: https://github.com/nhibernate/iesi.collections
the current master targets .net 4 looking through commits should find code previous version. don't know if depends on .net 3.5 or if oversight in packaging. might have success compiling yourself.
the driving force library have been nhibernate's needs, , .net 3.5 didn't ms added hashset not iset. wasn't rectified until .net 4.
Comments
Post a Comment