Skip to content

Commit

Permalink
had to re-add app.config with assembly redirects to work around dll v…
Browse files Browse the repository at this point in the history
…ersion conflicts with System.Runtime.CompilerServices.Unsafe and all the Microsoft.Data.Sqlite related libraries
  • Loading branch information
Horst Beham committed Jul 18, 2021
1 parent 5a6e8d9 commit e5d7e5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/ChanSort/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@
</System.Windows.Forms.ApplicationConfigurationSection>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.1.3.0" newVersion="4.1.3.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
</dependentAssembly>

</assemblyBinding>
</runtime>
</configuration>

0 comments on commit e5d7e5a

Please sign in to comment.