flipswitchingmonkey / FlexASIO_GUI

Simple configuration GUI for FlexASIO
MIT License
336 stars 26 forks source link

.NET 5.0 is reaching end of life #29

Closed ChrisTorng closed 2 years ago

ChrisTorng commented 2 years ago

According to Versions of .NET, .NET 5.0 is reaching end of life by 2022/5/10. This project should be upgrade to .NET 6.0.

ChrisTorng commented 2 years ago

I found Building a net5.0 targeted app which can run on net6.0 runtime and Running .NET Core Apps on a Framework other than Compiled Version? may help. If you can't upgrade now, or consider to those who installed .NET 5.0 runtime before.

And I suggest to change the message of 'To run this application, you must install .NET.' to 'To run FlexASIO GUI, you must install .NET 5.0/6.0 Desktop Runtime.'. Add this message also on README.md. That reduces everyone's time to looking for the right version to download, and also the unnecessary issues here.

flipswitchingmonkey commented 2 years ago

Re-compiled to target net6.0

https://github.com/flipswitchingmonkey/FlexASIO_GUI/releases/tag/v0.33