ACEmulator / ACE

Asheron's Call server emulator.
https://emulator.ac
GNU Affero General Public License v3.0
297 stars 242 forks source link

Add shared types config to enable mods using libraries #4057

Closed aquafir closed 11 months ago

aquafir commented 11 months ago

Sets PreferSharedTypes in the plugin loader to allow mods to use Nuget/other references with. Cleaned up unused lines.

Adds a framework reference to ASP.NET to let mods do web stuff.