Open baruchiro opened 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?
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.
net471
And another question, why not use netstandard?
netstandard
@FilippoPolo , @paulovila , can you please review this pull request?
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 tonet472
.And another question, why not use
netstandard
?