If you keep your Visual Studio up to date as soon as updates are released, you should now have version 16.8.0
This version now supports the fully released version of .NET 5. The long standing plan has been to convert AdvancedHMI to the latest version when .NET Core and .NET Framework have merged. With .NET 5 this is now the case.
So far I have only spent a few minutes testing out a .NET 5 application on the latest Visual Studio. There seems to be some quirkiness in the WinForm designer, but I suspect it may be because I have some high DPI overrides set on my laptop.
Has anyone else been following the evolution of .NET Core? What are your feelings on AdvancedHMI being ported to it? Since Microsoft has frozen the further development of Visual Basic in favor of C#, there is a possibility of making AdvancedHMI primarily based on C#. Any thought on that?
If you are interested in trying out .NET 5, you first must make sure you have VS version 16.8. When you create a new application, you will see there are now 3 options (.NET Framework, .NET Core, and .NET) It is the .NET that you want to use for the latest. After creating the new application, right click your project in Solution Explorer and select Properties, then check the Framework version to make sure it is on .NET 5