dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
723 stars 169 forks source link

Update to NET 6.0 & NET 7.0 #60

Closed ArchangelWTF closed 1 year ago

ArchangelWTF commented 1 year ago

Drops net 4.0 for net 4.6 as there are some issues in VS 2022 to build older .NET projects.

Also updates appveyor to use Visual Studio 2022

Fixes: https://github.com/dwmkerr/consolecontrol/issues/59

dwmkerr commented 1 year ago

Cool thanks @ArchangelWTF