Skip to content

Commit

Permalink
Fix binding redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroKill committed Aug 29, 2024
1 parent ca6a050 commit 637228f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions dnSpy/dnSpy/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -58,55 +58,55 @@

<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp.Features" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp.Scripting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.CSharp.Workspaces" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.Features" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.Scripting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic.Scripting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic.Features" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.VisualBasic.Workspaces" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.Workspaces" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.CodeAnalysis.Workspaces.Desktop" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="1.0.0.0-4.10.0.0" newVersion="4.10.0.0" />
<bindingRedirect oldVersion="1.0.0.0-4.11.0.0" newVersion="4.11.0.0" />
</dependentAssembly>

<dependentAssembly>
Expand Down

0 comments on commit 637228f

Please sign in to comment.