microsoft / automatic-graph-layout

A set of tools for graph layout and viewing
Other
1.34k stars 301 forks source link

Add .NET 6 and 7 support to MSAGL #337

Closed Austin-Lamb closed 1 year ago

Austin-Lamb commented 1 year ago

I'm using MSAGL in a project that's targeting .NET Framework, and I'm trying to upgrade it to .NET 6.

I'd like to merge this PR to add .NET 6 and 7 support to the MSAGL NuGet packages. As I did this, I removed .NET Core 3.1 support since .NET Core 3.1 went out of support a little while ago - but I can add it back if you don't want to remove that for some reason.

With these changes I locally produced a nupkg for the Windows Forms control and referenced it from my project when targeting .NET 6, things load and work great.

levnach commented 1 year ago

Thank you @Austin-Lamb !