Skip to content

Commit

Permalink
unsafeBR
Browse files Browse the repository at this point in the history
  • Loading branch information
aarani committed Oct 9, 2023
1 parent 2dbc20b commit 6a86318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/GWallet.Frontend.Console/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.4.1" newVersion="4.0.4.1"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<startup>
Expand Down

0 comments on commit 6a86318

Please sign in to comment.