sestoft / C5

C5 generic collection library for C#/.NET
http://www.itu.dk/research/c5/
MIT License
1.03k stars 181 forks source link

Can't install C5 through NuGet on project targeting .NET Framework v4.5 #20

Closed jorgedfbranco closed 10 years ago

jorgedfbranco commented 10 years ago

The full log is:

Successfully installed 'C5 2.2.5073.27396'. Successfully uninstalled 'C5 2.2.5073.27396'. Install failed. Rolling back... Could not install package 'C5 2.2.5073.27396'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.

ondfisk commented 10 years ago

Issue should be fixed in new release. Sorry for the wait.

ondfisk commented 10 years ago

Hi Jorge,

Don’t know if you’ve noticed, but there has been a number of updates to C5 and I believe you should be able to run the package directly from NuGet now.

/Rasmus

Sent from Windows Mail

From: Jorge Branco Sent: ‎Wednesday‎, ‎January‎ ‎29‎, ‎2014 ‎1‎:‎06‎ ‎AM To: sestoft/C5

The full log is:

Successfully installed 'C5 2.2.5073.27396'. Successfully uninstalled 'C5 2.2.5073.27396'. Install failed. Rolling back... Could not install package 'C5 2.2.5073.27396'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references that are compatible with that framework. For more information, contact the package author.

— Reply to this email directly or view it on GitHub.