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-10-18 17:27:19 +0300
committertherzok <marius.ungureanu@xamarin.com>2018-10-18 17:27:20 +0300
commitdf7b1ee7fd698f7b62dda0c9234323dbc90b7bec (patch)
tree61eed960808760092f63cb8b79e74f37a7836087 /main/src/core/MonoDevelop.Startup
parent33e62e2c70287ebe9dbe5a35c5b143e566ee4f6f (diff)
Add YamlDotNet binding redirects
Fixes VSTS #708456 - Missing binding redirect after yamldotnet bump
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/app.config4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Startup/app.config b/main/src/core/MonoDevelop.Startup/app.config
index ff2fe01f72..8d287296d2 100644
--- a/main/src/core/MonoDevelop.Startup/app.config
+++ b/main/src/core/MonoDevelop.Startup/app.config
@@ -250,6 +250,10 @@
<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="YamlDotNet" publicKeyToken="ec19458f3c15af5e" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
+ </dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>