mangosvb / serverZero

The 1.12.2 Compatible Version of the MaNGOSVB Server, based on SpuriousEmu Emulator.
https://getmangos.eu
GNU General Public License v2.0
41 stars 30 forks source link

Migrate MangosVB to .NET Core #138

Closed Romfos closed 3 years ago

Romfos commented 3 years ago

Changes in this PR:

  1. Migrate MangosVB to .NET Core
  2. Added Linux and docker support
  3. Remove DBPatcher tool
  4. README.md was updated

Note: Now MangosVB is fully .NET Core 3.1 application and is able to run on Windows 7-10, Linux, and MacOs See full list here: https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1-supported-os.md

@billy1arm


This change is Reviewable

Krilliac commented 3 years ago

Compiles and runs normally, merging.

billy1arm commented 3 years ago

Awesome work Thank you for your contributions