Skip to content

Commit

Permalink
Fix #340: System.TypeInitializationException on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Oct 7, 2018
1 parent de20703 commit e58797e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HomeGenie/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<probing privatePath="lib;lib/shared;lib/mig;lib/ape;bin;"/>
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.1.0.0" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.5.10" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
</configuration>

0 comments on commit e58797e

Please sign in to comment.