ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

.net 8.0 #376

Open ethanmoffat opened 1 month ago

ethanmoffat commented 1 month ago

EOL for .net 6.0 updates is November 2024. Update to next LTS release (.net 8.0) should be completed for EndlessClient and all dependencies. This includes:

This is highly dependent on MonoGame support for .net 8.0.

MrDanOak commented 3 weeks ago

https://www.reddit.com/r/monogame/comments/18lhtb4/net_8_meet_monogame/ https://darkgenesis.zenithmoon.com/DotNet-8-meet-MonoGame.html

It's worth also stating that I managed to point EndlessClient at .NET 8 on my M1 mac and was able to compile without issue, perhaps I will get a branch together and start testing properly later :)