microsoft / automatic-graph-layout

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

Add compatibility with Net461 #269

Closed paulovila closed 3 years ago

paulovila commented 3 years ago

https://github.com/microsoft/automatic-graph-layout/pull/269

paulovila commented 3 years ago

The nuget packages https://www.nuget.org/packages/AutomaticGraphLayout/ https://www.nuget.org/packages/AutomaticGraphLayout.Drawing/ are already netStandard Based on this: https://dotnet.microsoft.com/platform/dotnet-standard the minimum compatible version for referenfing netstandard 2.0 is .Net 4.6.1, so my advise is to add (not downgrade) 4.6.1 in AutomaticGraphLayout.WpfGraphControl target along with its nuget package

levnach commented 3 years ago

@paulovila , thank you for working on this! There are conflicts in merge that need to be resolved.

paulovila commented 3 years ago

sure, I'll see it tomorrow, I noticed the build script also needs some update

levnach commented 3 years ago

@baruchiro, can you please check that this chance works for you? Paulo published a new nuget built from this change, so you might to build with the nuget.