microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.36k stars 304 forks source link

which .net frame work is needed ? #229

Closed ehsanwwe closed 4 years ago

ehsanwwe commented 4 years ago

Install-Package : Could not install package 'AutomaticGraphLayout.GraphViewerGDI 1.1.7'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

hello i search alot but i cant find whats the reason of the error thanks

Oaz commented 4 years ago

GraphViewerGDI is a Framework v4.7.2 project cf https://github.com/microsoft/automatic-graph-layout/blob/master/GraphLayout/tools/GraphViewerGDI/GraphViewerGDI.csproj

nessor commented 4 years ago

I use it in a 4.8 project and it's still running!

Edit: Maybe you want to close the issue when your question was answered?