Skip to content

Commit c208129

Browse files
Merge pull request #931 from filipw/bugfix/composition
added System.Composition binding redirects to omnisharp.exe
2 parents 8430177 + 174bea5 commit c208129

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

src/OmniSharp/app.config

+17-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,23 @@
3434
<assemblyIdentity name="Microsoft.Build.Utilities.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
3535
<bindingRedirect oldVersion="2.0.0.0-99.0.0.0" newVersion="15.1.0.0"/>
3636
</dependentAssembly>
37-
37+
38+
<dependentAssembly>
39+
<assemblyIdentity name="System.Composition.AttributedModel" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
40+
<bindingRedirect oldVersion="0.0.0.0-1.0.31.0" newVersion="1.0.31.0"/>
41+
</dependentAssembly>
42+
<dependentAssembly>
43+
<assemblyIdentity name="System.Composition.Hosting" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
44+
<bindingRedirect oldVersion="0.0.0.0-1.0.31.0" newVersion="1.0.31.0"/>
45+
</dependentAssembly>
46+
<dependentAssembly>
47+
<assemblyIdentity name="System.Composition.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
48+
<bindingRedirect oldVersion="0.0.0.0-1.0.31.0" newVersion="1.0.31.0"/>
49+
</dependentAssembly>
50+
<dependentAssembly>
51+
<assemblyIdentity name="System.Composition.TypedParts" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
52+
<bindingRedirect oldVersion="0.0.0.0-1.0.31.0" newVersion="1.0.31.0"/>
53+
</dependentAssembly>
3854
</assemblyBinding>
3955
</runtime>
4056
</configuration>

0 commit comments

Comments
 (0)