With MCGalaxy 1.9.5.0 seemingly around the corner, I wonder if official compilations will go full force with .NET 8 or if will stick to .NET Framework 4 for just a bit longer. With over 13 years between them, I feel like it's a good time to upgrade. Not only is .NET 8 cross platform, but it also comes with a much newer version of C# with more bearable syntax (for example, you'd no longer have to type in `{ get { return "blah blah blah"; } }` for getters, just `=> "blah blah blah";`).
With MCGalaxy 1.9.5.0 seemingly around the corner, I wonder if official compilations will go full force with .NET 8 or if will stick to .NET Framework 4 for just a bit longer. With over 13 years between them, I feel like it's a good time to upgrade. Not only is .NET 8 cross platform, but it also comes with a much newer version of C# with more bearable syntax (for example, you'd no longer have to type in `{ get { return "blah blah blah"; } }` for getters, just `=> "blah blah blah";`).