1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
            <dependentAssembly>
                <assemblyIdentity name="MySql.Data"
                                  publicKeyToken="c5687fc88969c44d"
                                  culture="neutral"/>
                <bindingRedirect oldVersion="0.0.0.0-6.9.9.0"
                                 newVersion="6.9.9.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Newtonsoft.Json"
                                  publicKeyToken="30ad4fe6b2a6aeed"
                                  culture="neutral"/>
                <bindingRedirect oldVersion="0.0.0.0-13.0.0.0"
                                 newVersion="13.0.0.0"/>
            </dependentAssembly>
            <dependentAssembly>
                <assemblyIdentity name="Oracle.ManagedDataAccess"
                                  publicKeyToken="89b483f429c47342"
                                  culture="neutral"/>
                <bindingRedirect oldVersion="0.0.0.0-4.122.1.0"
                                 newVersion="4.122.1.0"/>
            </dependentAssembly>
        </assemblyBinding>
    </runtime>
</configuration>