Created
May 11, 2018 14:58
-
-
Save elbosso/d98c7dfec1b98fd5b6524b45d4eed748 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<configuration> | |
<configSections> | |
</configSections> | |
<startup> | |
<supportedRuntime version="v2.0.50727"/> | |
</startup> | |
<runtime> | |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | |
<dependentAssembly> | |
<assemblyIdentity name="Mono.Data.Sqlite" | |
publicKeyToken="0738eb9f132ed756" | |
culture="neutral" /> | |
<bindingRedirect oldVersion="2.0.0.0" | |
newVersion="4.0.0.0" /> | |
</dependentAssembly> | |
</assemblyBinding> | |
</runtime> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment