microsoft / automatic-graph-layout

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

Enable .NET 4.6.1 and .NET Core 3.1 builds of the WPF control #230

Closed twsouthwick closed 4 years ago

twsouthwick commented 4 years ago

Previously, the control was targeting .NET 4.7.2 only. This updates the control to target .NET 4.6.1 as well as .NET Core 3.1. As part of this change, the project files were combined so there is one project files for WPF controls using the new .csproj.

Lower .NET Framework versions allows people who are required to target lower versions (although still running on the latest, supported runtimes) to utilize the control.