microsoft / automatic-graph-layout

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

Support net471 #267

Open baruchiro opened 3 years ago

baruchiro commented 3 years ago

https://github.com/microsoft/automatic-graph-layout/blob/58c76c9d56196002ddb9f22ce4807b7f971bf042/GraphLayout/tools/WpfGraphControl/WpfGraphControl.csproj#L4

Hi, why is this targeted as net472?

As far as I can understand, you want to target the lowest platform in order to support more projects, right?

I have a very large project in net471, I can't upgrade it easily to net472.

And another question, why not use netstandard?

levnach commented 3 years ago

@FilippoPolo , @paulovila , can you please review this pull request?