app.config 1.0 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup>
  4. <runtime>
  5. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  6. <dependentAssembly>
  7. <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
  8. <bindingRedirect oldVersion="0.0.0.0-2.0.7.1395" newVersion="2.0.7.1395" />
  9. </dependentAssembly>
  10. <dependentAssembly>
  11. <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
  12. <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
  13. </dependentAssembly>
  14. <dependentAssembly>
  15. <assemblyIdentity name="SQLitePCLRaw.provider.e_sqlite3" publicKeyToken="9c301db686d0bd12" culture="neutral" />
  16. <bindingRedirect oldVersion="0.0.0.0-2.0.7.1395" newVersion="2.0.7.1395" />
  17. </dependentAssembly>
  18. </assemblyBinding>
  19. </runtime>
  20. </configuration>