Skip to content

Commit

Permalink
FIx: dotnet not being able to load provided System.ValueTuple
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotrekol committed Mar 8, 2019
1 parent aff7f08 commit 2c4c735
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osu!StreamCompanion/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.2.0" newVersion="4.0.2.0"/>
</dependentAssembly>
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Plugins;Plugins\Dlls" />
Expand Down

0 comments on commit 2c4c735

Please sign in to comment.