Skip to content

Commit

Permalink
Add a binding redirect to TaskRunner too
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Nov 19, 2024
1 parent 5c9c908 commit c140e9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TaskRunner/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="4.0.2.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="4.1.5.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-99.9.9.9" newVersion="6.0.1.0" />
Expand Down

0 comments on commit c140e9d

Please sign in to comment.