gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
2.37k stars 262 forks source link

Logic Analyser uses .net 7 that is unsupported. 6 and 8 are supported. #124

Closed cdwijs closed 1 month ago

cdwijs commented 4 months ago

I had to install .net 7 to be able to compile Logic Analyser * .NET 7 is no longer supported: image

Is there a technical reason why version 8 can't be used?

gusmanb commented 4 months ago

I need to check if AvaloniaUI has been updated to .net 8.0, also if you check the last release of the project is on May 5, before it ran out of support.

If avalonia has been updated to support .net 8 (most probably yes) I will update the framwework version.

miguelagve commented 3 months ago

As far as I can tell, I should be supported https://docs.avaloniaui.net/docs/faq#what-versions-of-net-can-i-use

gusmanb commented 3 months ago

Next release will come with the latest version of Avalonia and .net 8, I have already updated everything locally :)