mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
- moved script object to wrapper class to catch and log exceptions - added loggers for basepacket/subpacket (todo: colour and use them in NLog.config) - finished up most commands (todo: !property and !property2) - todo: create and use mysql wrapper class to log exceptions
5 lines
226 B
XML
5 lines
226 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="MySql.Data" version="6.9.8" targetFramework="net45" />
|
|
<package id="NLog" version="4.3.5" tarGetFramework="net45" targetFramework="net45" />
|
|
</packages> |