Skip to content

Commit

Permalink
build: Add Reflection lib fix to appconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Jun 17, 2020
1 parent 579670d commit 4ee000d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Buttplug/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.3" newVersion="11.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Namotion.Reflection" publicKeyToken="c2f9c3bdfae56102" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.12.0" newVersion="1.0.12.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

0 comments on commit 4ee000d

Please sign in to comment.