forked from Teknikode/Teknik
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.3 KiB
24 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<configuration> |
|
<runtime> |
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
<dependentAssembly> |
|
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" /> |
|
<bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" /> |
|
</dependentAssembly> |
|
<dependentAssembly> |
|
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" /> |
|
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" /> |
|
</dependentAssembly> |
|
<dependentAssembly> |
|
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> |
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" /> |
|
</dependentAssembly> |
|
</assemblyBinding> |
|
</runtime> |
|
<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.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" /> |
|
</DbProviderFactories> |
|
</system.data></configuration> |