pat266 / game-launcher

A game launcher in C# .NET 7 with add-on features to improve the gaming experience.
MIT License
5 stars 0 forks source link

Upgrade from .NET Framework 4.8 to .NET 7 #17

Closed pat266 closed 1 year ago

pat266 commented 1 year ago

SixLabors.ImageSharp and ONNX Runtime do not work on .NET Framework 4.8

pat266 commented 1 year ago

ActiverX is not supported for WinForms .NET 5+ in the Designer class https://github.com/dotnet/winforms/issues/4272

pat266 commented 1 year ago

.NET 8 is moving away from serializing DLL in WinForm designer https://github.com/dotnet/winforms/pull/9104