Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortherzok <marius.ungureanu@xamarin.com>2018-12-20 01:48:45 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-12-20 01:48:45 +0300
commit8b8da4f2b338fe22ed017e7fa95a511a8c87c2ac (patch)
treeac3e434329b728bd3d6bc6f965748638ee378b8d /main/src/core/MonoDevelop.Startup
parent37676e83613d3f25101364ee2c64c3afdf5d3937 (diff)
Fix binding redirects
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config8
1 files changed, 2 insertions, 6 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index b26e3789d6..ccbb2e11d7 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -231,10 +231,6 @@
<bindingRedirect oldVersion="0.0.0.0-4.8.0.6" newVersion="4.8.0.6" />
</dependentAssembly>
<dependentAssembly>
- <assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.1.11.121" newVersion="1.1.11.121" />
- </dependentAssembly>
- <dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.4.3.0" newVersion="1.4.3.0" />
</dependentAssembly>
@@ -244,11 +240,11 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SQLitePCLRaw.batteries_v2" publicKeyToken="8226ea5df37bcae9" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.1.11.121" newVersion="1.1.11.121" />
+ <bindingRedirect oldVersion="0.0.0.0-1.1.11.351" newVersion="1.1.11.351" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SQLitePCLRaw.core" publicKeyToken="1488e028ca7ab535" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-1.1.11.121" newVersion="1.1.11.121" />
+ <bindingRedirect oldVersion="0.0.0.0-1.1.12.351" newVersion="1.1.12.351" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="YamlDotNet" publicKeyToken="ec19458f3c15af5e" culture="neutral" />