kikipoulet / SukiUI

UI Theme for AvaloniaUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.NET newest or standard

AuroraZiling opened this issue · comments

Do we need to update SukiUI to .net 8 or stuck with .net standard. Most developers seem to be using Avalonia based on .net 6-8 nowadays.

.net standard was the necessary cross-platform solution version prior to .net 5, and I'm not sure if there's still a need to use that version, although most class libraries still use it for compatibility.

Its probably a good idea, to follow somewhat closely the .NET versions supported by avalonia itself. Or in this case Avalonia for Desktop
grafik

It is indeed better to stay with .NET Standard 2.0.

But I had another non related thought about the version name, that maybe for next release we could jump directly to "11.1" to match AvaloniaUI version.