Question

We would like to start using QuickGraph.

Unfortunately, we are stuck on .NET 3.5 for the time being and it appears that QuickGraph is only available via NuGet and against .NET 4.0 or above.

We have tried downloading the latest code, but it seems to be only for portable library (which is great) and there does not seem to be an easy way to just recompile against .NET 3.5

Any help is greatly appreciated.

Was it helpful?

Solution

The source on codeplex shows a 2.0 directory containing a Vs2008 QuickGraph.sln. You should try to compile that one.

The history on the homepage shows that 2.0 support was dropped with the first release to Nuget. I guess they jumped straight to 4.0, but have you tried to install version 3.3.51106.0?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top