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

github.com/mono/roslyn-binaries.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-11-08 18:09:28 +0300
committerMarek Safar <marek.safar@gmail.com>2016-11-08 18:09:28 +0300
commita1c06d559d6f2cbbaeae86ea87632d409a82ca94 (patch)
tree8d639e5305d6051657eaf283c2fef10b5235597f
parentf7ec8f4e8a04307dae36a008de191faa097404a5 (diff)
Fixes System.Reflection.Metadata versions redirection
-rw-r--r--Microsoft.Net.Compilers/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config
index 9b0f3d5..4ad62c2 100644
--- a/Microsoft.Net.Compilers/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config
+++ b/Microsoft.Net.Compilers/Microsoft.Net.Compilers.1.3.2/tools/csc.exe.config
@@ -24,7 +24,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Reflection.Metadata" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" />
- <bindingRedirect oldVersion="1.0.0.0-1.1.65535.65535" newVersion="1.4.1.0" />
+ <bindingRedirect oldVersion="1.0.0.0-1.4.1.0" newVersion="1.4.1.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>