Hello, I have a .NET Framework 4.7.2 solution with many projects. Most are fairly simple, and would be easy to port to NET 5. Some projects in the solution are WPF.
I'd like to convert as much as I can to .NET 5 and compile as many projects/libraries as I can to native.
Is this possible?
Thanks!