Updated project to use NuGet where possible

This commit is contained in:
George 2016-05-25 21:57:14 +01:00 committed by Josh Harris
parent d1168003e7
commit a5a63cc68c
11 changed files with 36 additions and 211 deletions

9
TShockAPI/app.config Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.data>
<DbProviderFactories>
<remove invariant="MySql.Data.MySqlClient" />
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data>
</configuration>