jonthysell / Mzinga

Open-source software to play the board game Hive.
MIT License
82 stars 9 forks source link

Upgrading to .NET Core #97

Closed jonthysell closed 3 years ago

jonthysell commented 3 years ago

This rather hefty PR migrates all of Mzinga off of the .NET Framework and onto .NET Core.

Mzinga.Setup was explicitly left behind. Future binary releases will be as .NET Core self-contained executables distributed via simple archives.

This PR also adds build scripts and CI.